Public Types | Public Member Functions

Imports Class Reference

Imports key. More...

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

Inheritance diagram for Imports:
Inheritance graph
[legend]

List of all members.

Public Types

enum  
typedef Traits< string,
StdVector, Default
Traits_
typedef StdVector< typename
Default< string >::OutputType_ > 
ConverterType_
typedef ConverterType_::InputType_ InputType_
typedef ConverterType_::OutputType_ OutputType_

Public Member Functions

 Imports ()
 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

Imports key.

Key's name is "Imports".


Constructor & Destructor Documentation

Imports (  ) 

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.