ConsoleRuleParam Class Reference

#include <ConsoleRule.h>

List of all members.

Public Member Functions

 ConsoleRuleParam (const std::string &constant)
 ConsoleRuleParam (const std::string &name, ConsoleRuleType type)
const char * getName ()
ConsoleRuleType getType ()

Private Attributes

std::string name_
ConsoleRuleType type_


Detailed Description

Definition at line 47 of file ConsoleRule.h.


Constructor & Destructor Documentation

ConsoleRuleParam::ConsoleRuleParam ( const std::string constant  ) 

Definition at line 25 of file ConsoleRule.cpp.

ConsoleRuleParam::ConsoleRuleParam ( const std::string name,
ConsoleRuleType  type 
)

Definition at line 30 of file ConsoleRule.cpp.


Member Function Documentation

const char* ConsoleRuleParam::getName (  )  [inline]

Definition at line 53 of file ConsoleRule.h.

References name_.

Referenced by ConsoleRule::matchesExactParams(), ConsoleRule::matchesPartialParams(), and ConsoleRule::toString().

ConsoleRuleType ConsoleRuleParam::getType (  )  [inline]

Definition at line 54 of file ConsoleRule.h.

References type_.

Referenced by ConsoleRule::matchesExactParams(), ConsoleRule::matchesPartialParams(), and ConsoleRule::toString().


Member Data Documentation

std::string ConsoleRuleParam::name_ [private]

Definition at line 57 of file ConsoleRule.h.

Referenced by getName().

ConsoleRuleType ConsoleRuleParam::type_ [private]

Definition at line 58 of file ConsoleRule.h.

Referenced by getType().


The documentation for this class was generated from the following files:
Generated on Mon Feb 16 15:15:01 2009 for Scorched3D by  doxygen 1.5.3