Public Types | Public Member Functions

Processor Class Reference

Processor key. More...

#include <keyvalue/key/specific/Processor.h>

Inheritance diagram for Processor:
Inheritance graph
[legend]

List of all members.

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.
string getName () const
 Gets name.
void setName (const string &name)
 Sets name.

Detailed Description

Processor key.

Key's name is "Processor".


Constructor & Destructor Documentation

Processor (  ) 

Constructs key and sets its name.


Member Function Documentation

string getName (  )  const [inherited]

Gets Key's name.

Returns:
The Key's name.
string getName (  )  const [inherited]

Gets name.

Returns:
The name.
void setName ( const string &  name  )  [inherited]

Sets name.

Parameters:
name : The name.