#include "keyvalue/key/specific/Processor.h"
Public Types | |
enum | |
typedef Traits< string, StdSingle, Default > | Traits_ |
typedef StdSingle< typename Default< string >::OutputType_ > | ConverterType_ |
typedef ConverterType_::InputType_ | InputType_ |
typedef ConverterType_::OutputType_ | OutputType_ |
Public Member Functions | |
Processor () | |
Constructs key and sets its name. | |
string | getName () const |
Gets Key's name. | |
void | setName (const string &name) |
Sets name. |
Processor key.
Key's name is "Processor".
Processor | ( | ) |
Constructs key and sets its name.
string getName | ( | ) | const [inherited] |
void setName | ( | const string & | name | ) | [inherited] |
Sets name.
name | : The name. |