From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/classNLAILOGIC_1_1IBaseCond.html | 260 ++++++++++++++++++++++ 1 file changed, 260 insertions(+) create mode 100644 docs/doxygen/nel/classNLAILOGIC_1_1IBaseCond.html (limited to 'docs/doxygen/nel/classNLAILOGIC_1_1IBaseCond.html') diff --git a/docs/doxygen/nel/classNLAILOGIC_1_1IBaseCond.html b/docs/doxygen/nel/classNLAILOGIC_1_1IBaseCond.html new file mode 100644 index 00000000..b0c9398c --- /dev/null +++ b/docs/doxygen/nel/classNLAILOGIC_1_1IBaseCond.html @@ -0,0 +1,260 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1