# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLAILOGIC::IBaseCond Class Reference

#include <bool_cond.h>

Inheritance diagram for NLAILOGIC::IBaseCond:

NLAILOGIC::IBaseBoolType NLAIAGENT::IObjetOp NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable NLAILOGIC::CondAnd NLAILOGIC::CondOr NLAIFUZZY::CFuzzyRule List of all members.

Public Methods

 IBaseCond ()
 IBaseCond (std::list< IBaseBoolType * > &)
 ~IBaseCond ()
virtual void addCond (IBaseBoolType *)

Protected Attributes

std::list< IBaseBoolType * > _Conds

Constructor & Destructor Documentation

NLAILOGIC::IBaseCond::IBaseCond  
 

Definition at line 26 of file bool_cond.cpp.

NLAILOGIC::IBaseCond::IBaseCond std::list< IBaseBoolType * > &   
 

Definition at line 30 of file bool_cond.cpp.

References _Conds, and NLAILOGIC::IBaseBoolType::IBaseBoolType.

NLAILOGIC::IBaseCond::~IBaseCond  
 

Definition at line 40 of file bool_cond.cpp.

References _Conds.


Member Function Documentation

void NLAILOGIC::IBaseCond::addCond IBaseBoolType   [virtual]
 

Definition at line 50 of file bool_cond.cpp.

References _Conds, and NLAILOGIC::IBaseBoolType::IBaseBoolType.


Member Data Documentation

std::list<IBaseBoolType *> NLAILOGIC::IBaseCond::_Conds [protected]
 

Definition at line 37 of file bool_cond.h.

Referenced by addCond, IBaseCond, NLAILOGIC::CondOr::isTrue, NLAILOGIC::CondAnd::isTrue, NLAILOGIC::CondOr::truthValue, NLAILOGIC::CondAnd::truthValue, and ~IBaseCond.


The documentation for this class was generated from the following files: