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__CFact.html | 490 +++++++++++++++++++++++++++ 1 file changed, 490 insertions(+) create mode 100644 docs/doxygen/nel/class_NLAILOGIC__CFact.html (limited to 'docs/doxygen/nel/class_NLAILOGIC__CFact.html') diff --git a/docs/doxygen/nel/class_NLAILOGIC__CFact.html b/docs/doxygen/nel/class_NLAILOGIC__CFact.html new file mode 100644 index 00000000..156aa479 --- /dev/null +++ b/docs/doxygen/nel/class_NLAILOGIC__CFact.html @@ -0,0 +1,490 @@ + + + + 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::CFact Class Reference

#include <fact.h> +

+Inheritance diagram for NLAILOGIC::CFact

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

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

Public Methods

 CFact ()
 CFact (IBaseAssert *)
 CFact (IBaseAssert *, bool)
 CFact (IBaseAssert *, CValueSet *)
 CFact (IBaseAssert *, CVarSet *)
IBaseAssertgetAssert ()
virtual void getDebugString (char *) const
 This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. More...

virtual void propagate ()
virtual bool operator== (const NLAIAGENT::IBasicObjectIA &a) const
CValueSetasValueSet ()

Private Attributes

IBaseAssert_Assert
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAILOGIC::CFact::CFact ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 29 of file fact.cpp.

+

+ + + + +
+ + + + + + +
+NLAILOGIC::CFact::CFact ( + +IBaseAssert * a ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 33 of file fact.cpp.

+

+ + + + +
+ + + + + + + + + + +
+NLAILOGIC::CFact::CFact ( + +IBaseAssert * a, +
+bool v ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 43 of file fact.cpp.

+

+ + + + +
+ + + + + + + + + + +
+NLAILOGIC::CFact::CFact ( + +IBaseAssert * a, +
+CValueSet * vals ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 38 of file fact.cpp.

+

+ + + + +
+ + + + + + + + + + +
+NLAILOGIC::CFact::CFact ( + +IBaseAssert * a, +
+CVarSet * vars ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file fact.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+CValueSet * NLAILOGIC::CFact::asValueSet ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 117 of file fact.cpp.

+

+ + + + +
+ + + + + + +
+IBaseAssert * NLAILOGIC::CFact::getAssert ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 61 of file fact.cpp.

+

+ + + + +
+ + + + + + +
+void NLAILOGIC::CFact::getDebugString ( + +char * txt ) const [virtual] +
+
+ + + + + +
+   + + +

+This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. +

+ +

+Reimplemented from NLAILOGIC::CValueSet. +

+Definition at line 66 of file fact.cpp. +

+Referenced by NLAISCRIPT::COperatorClass::backward(), and NLAISCRIPT::COperatorClass::forward().

+

+ + + + +
+ + + + + + +
+virtual bool NLAILOGIC::CFact::operator== ( + +const NLAIAGENT::IBasicObjectIA & a ) const [virtual] +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + +
+void NLAILOGIC::CFact::propagate ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 84 of file fact.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+IBaseAssert * NLAILOGIC::CFact::_Assert [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 39 of file fact.h.

+


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