#include <sdifnamevaluetable.h>
Public Methods | |
int | AddNameValue (const std::string &name, const std::string &value) |
add a Name Value in the map | |
void | clear () |
clear all Name Values from the table | |
SdifUInt4 | SetStreamID (const SdifUInt4 &streamid) |
set the streamID | |
void | ViewNameValue (const std::string &name) const |
view a Name Value | |
void | ViewNameValueTable () const |
view a Name Value Table | |
iterator | begin () |
iterator | end () |
int | GetNbNameValue () |
get the number of Name Value | |
SdifUInt4 | GetStreamID () |
get the StreamID | |
std::string | GetValue (const std::string &name) const |
get the Value |
SDIFNameValueTable is composed of different methods which permits to manipulate a Name Value Table.
|
add a Name Value in the map
|
|
set the streamID
|
|
view a Name Value
|
|
/brief iterator over name value table
|
|
/brief iterator over name value table
|
|
get the Value
|