C++ SDK Documentation
24.2.0
|
This class provides an interface for writing the Used defined session parameters. More...
Public Member Functions | |
SessionParamWriterMap (VTAllocator *allocator=NULL) | |
void | addUDSessionParamWriter (const std::string &nsp, ParamWriter &sessionParamWriter) |
Add a SessionParamWriter for a namespace. More... | |
bool | containsNamespace (const std::string nsp) const |
Check if a SessionParamWriter for the Namespace exists in the map. More... | |
std::vector< std::string > | getNamespaces () const |
Gets the names of all namespaces. More... | |
ParamWriter & | getUDSessionParamWriter (const std::string &nsp) |
Get a SessionParamWriter for a namespace. More... | |
const ParamWriter & | getUDSessionParamWriter (const std::string &nsp) const |
Get a SessionParamWriter for a namespace. More... | |
ParamWriter & | getUDSessionParamWriter () |
Get a SessionParamWriter for a namespace library. More... | |
void | setAllocator (VTAllocator *allocator) |
This class provides an interface for writing the Used defined session parameters.
|
inline |
Add a SessionParamWriter for a namespace.
The | namespace and the ParamReader |
Referenced by getUDSessionParamWriter().
|
inline |
Check if a SessionParamWriter for the Namespace exists in the map.
The | namespace |
|
inline |
Gets the names of all namespaces.
|
inline |
Get a SessionParamWriter for a namespace.
The | namespace |
|
inline |
Get a SessionParamWriter for a namespace.
The | namespace |
|
inline |
Get a SessionParamWriter for a namespace library.