DeSR Dependency Parser

IXE::conf_set< T > Class Template Reference
[Configuration]

A conf_set contains a set of configuration values. More...

#include <conf_set.h>

Inheritance diagram for IXE::conf_set< T >:

Inheritance graph
Collaboration diagram for IXE::conf_set< T >:

Collaboration graph

List of all members.

Public Member Functions

 conf_set (char const *name)
 conf_set (char const *name, char const *value)
virtual bool contains (T const &s) const
template<>
void parseValue (char const *&line)
template<>
void parseValue (char const *&line)
template<>
void parseValue (char const *&line)
template<>
void parseValue (char const *&line)

Protected Member Functions

virtual void parseValue (char const *&line)
 Parse the line of text by splitting it into tokens separated by whitespace.
virtual void reset ()


Detailed Description

template<class T>
class IXE::conf_set< T >

A conf_set contains a set of configuration values.

Definition at line 47 of file conf_set.h.


Member Function Documentation

template<>
void IXE::conf_set< std::string >::parseValue ( char const *&  line  )  [inline]

Parameters:
line The line of text to be parsed.

Definition at line 42 of file conf_set.cpp.

References IXE::next_token_line(), and IXE::Var< std::set< T > >::value.

template<class T >
virtual void IXE::conf_set< T >::parseValue ( char const *&  line  )  [protected, virtual]

Parse the line of text by splitting it into tokens separated by whitespace.

Parameters:
line The line of text to be parsed.


The documentation for this class was generated from the following file:
 
Copyright © 2005-2007 G. Attardi. Generated on 13 Aug 2009 by doxygen 1.5.7.1.