conf::ConfRules::Rule Class Reference

Class representing a rule. More...

#include <directives.h>

List of all members.

Public Member Functions

 Rule (int type, std::string const &value)
 Constructor.
 Rule (Rule const &r)
 Copy constructor.
Ruleoperator= (Rule const &right)
 Assignment operator.
int type () const
 Returns the rule type.
std::string const & value () const
 Returns the rule value.

Protected Attributes

int m_type
 The rule type.
std::string m_value
 The rule value.


Detailed Description

This class is the representation of a rule, which has a type and a value (both caller-defined).


Constructor & Destructor Documentation

conf::ConfRules::Rule::Rule int  type,
std::string const &  value
[inline]
 

Initializes a Rule object.

Parameters:
[in] type The type of the rule (caller-defined).
[in] value The value of the rule (caller-defined).


The documentation for this class was generated from the following file:
Generated on Sun May 20 21:32:18 2007 for Epona API by  doxygen 1.4.6