#include <sdifnamevaluetable.h>
Public Types | |
typedef NVTMap::const_iterator | const_iterator |
iterator types for iterating over the internal map | |
Public Methods | |
int | AddNameValue (const std::string &name, const std::string &value) |
add a Name Value in the map | |
SdifUInt4 | SetStreamID (const SdifUInt4 &streamid) |
set the streamID | |
void | PrintNameValue (const std::string &name) const |
print a Name Value | |
void | PrintNameValueTable () const |
print a Name Value Table | |
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.
It is derived from std::map<std::string,std::string> and provides all methods of that class
|
iterator types for iterating over the internal map
|
|
add a Name Value in the map
|
|
set the streamID
|
|
print a Name Value
|
|
get the Value
|