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/class_NLAILOGIC__CondAnd.html | 275 +++++++++++++++++++++++++ 1 file changed, 275 insertions(+) create mode 100644 docs/doxygen/nel/class_NLAILOGIC__CondAnd.html (limited to 'docs/doxygen/nel/class_NLAILOGIC__CondAnd.html') diff --git a/docs/doxygen/nel/class_NLAILOGIC__CondAnd.html b/docs/doxygen/nel/class_NLAILOGIC__CondAnd.html new file mode 100644 index 00000000..64b80530 --- /dev/null +++ b/docs/doxygen/nel/class_NLAILOGIC__CondAnd.html @@ -0,0 +1,275 @@ + + + + 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::CondAnd Class Reference

#include <bool_cond.h> +

+Inheritance diagram for NLAILOGIC::CondAnd

Inheritance graph
+ + + + + + + + + + + + + +
[legend]
Collaboration diagram for NLAILOGIC::CondAnd:

Collaboration graph
+ + + + + + + + + + + + + +
[legend]
List of all members. + + + + + + + + +

Public Methods

 CondAnd ()
 CondAnd (std::list<IBaseBoolType *> &)
virtual float truthValue () const
 Returns a value in [0,1]. More...

virtual bool isTrue ()

Private Attributes

bool _Value
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAILOGIC::CondAnd::CondAnd ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 55 of file bool_cond.cpp.

+

+ + + + +
+ + + + + + +
+NLAILOGIC::CondAnd::CondAnd ( + +std::list< IBaseBoolType *>& conds ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 59 of file bool_cond.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+bool NLAILOGIC::CondAnd::isTrue ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 75 of file bool_cond.cpp.

+

+ + + + +
+ + + + + + +
+float NLAILOGIC::CondAnd::truthValue ( + +) const [virtual] +
+
+ + + + + +
+   + + +

+Returns a value in [0,1]. +

+ +

+Reimplemented from NLAILOGIC::IBaseBoolType. +

+Definition at line 63 of file bool_cond.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+bool NLAILOGIC::CondAnd::_Value [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file bool_cond.h.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1