SIRF  3.4.0
Classes | Namespaces | Functions
ParserKey.h File Reference

Parser keys for 0, 1 and 2 arguments. More...

#include <string>
#include <iostream>
#include <algorithm>

Go to the source code of this file.

Classes

class  sirf::ParserKeyBase< Z >
 Base for parser keys. More...
 
class  sirf::ParserKey0Arg< Z >
 Class for parser keys with 0 arguments. More...
 
class  sirf::ParserKey1Arg< Z, A >
 Class for parser keys with 1 argument. More...
 
class  sirf::ParserKey2Arg< Z, A, B >
 Class for parser keys with 2 arguments. More...
 

Namespaces

 sirf
 Abstract data container.
 

Functions

template<class A >
std::string sirf::get_typename (A)
 Get template type as human-readable name.
 

Detailed Description

Parser keys for 0, 1 and 2 arguments.

Author
Richard Brown
SyneRBI