ProcessNow key. More...
#include <keyvalue/key/specific/ProcessNow.h>
Public Types | |
enum | |
typedef Traits< bool, StdSingle, Default > | Traits_ |
typedef StdSingle< typename Default< bool >::OutputType_ > | ConverterType_ |
typedef ConverterType_::InputType_ | InputType_ |
typedef ConverterType_::OutputType_ | OutputType_ |
Public Member Functions | |
ProcessNow () | |
Constructs key and set its name. | |
string | getName () const |
Gets Key's name. | |
string | getName () const |
Gets name. | |
void | setName (const string &name) |
Sets name. |
ProcessNow key.
Key's name is "ProcessNow".
ProcessNow | ( | ) |
Constructs key and set 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. |