Generic key whose converter type is StdSingle. More...
#include <keyvalue/key/generic/Single.h>
Public Types | |
enum | |
typedef Traits< ElementType, StdSingle, Default > | Traits_ |
typedef StdSingle< typename Default< ElementType > ::OutputType_ > | ConverterType_ |
typedef ConverterType_::InputType_ | InputType_ |
typedef ConverterType_::OutputType_ | OutputType_ |
Public Member Functions | |
Single (const string &name) | |
Constructs the key and sets its name. | |
string | getName () const |
Gets Key's name. | |
string | getName () const |
Gets name. | |
void | setName (const string &name) |
Sets name. |
Generic key whose converter type is StdSingle.
ElementType | : (template parameter) The output type. |
Single | ( | const string & | name | ) | [explicit] |
Constructs the key and sets its name.
string getName | ( | ) | const [inherited] |
Gets Key's name.
string getName | ( | ) | const [inherited] |
Gets name.
void setName | ( | const string & | name | ) | [inherited] |
Sets name.
name | : The name. |