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

NLAISCRIPT::CPramContainer Class Reference

#include <param_container.h> +

+

Inheritance diagram for NLAISCRIPT::CPramContainer: +

+ +NLAIAGENT::CGroupType +NLAIAGENT::IBaseGroupType +NLAIAGENT::IObjetOp +NLAIAGENT::IObjectIA +NLAIAGENT::IBasicObjectIA +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + + +

Public Methods

 CPramContainer ()
 CPramContainer (const CPramContainer &g)
virtual ~CPramContainer ()
virtual const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

virtual const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual NLAIAGENT::IObjetOpoperator+= (const NLAIAGENT::IObjetOp &a)

Static Public Attributes

const NLAIC::CIdentType IdPramContainer
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLAISCRIPT::CPramContainer::CPramContainer  
+
+ + + + + +
+   + + +

+ +

+Definition at line 31 of file param_container.cpp. +

+Referenced by clone, and newInstance.

+

+ + + + +
+ + + + + + + + + + +
NLAISCRIPT::CPramContainer::CPramContainer const CPramContainer &   g
+
+ + + + + +
+   + + +

+ +

+Definition at line 35 of file param_container.cpp.

+

+ + + + +
+ + + + + + + + + +
NLAISCRIPT::CPramContainer::~CPramContainer   [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 39 of file param_container.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
const NLAIC::IBasicType * NLAISCRIPT::CPramContainer::clone   const [virtual]
+
+ + + + + +
+   + + +

+This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. +

+ +

+Reimplemented from NLAIAGENT::CGroupType. +

+Definition at line 48 of file param_container.cpp. +

+References CPramContainer.

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::CIdentType& NLAISCRIPT::CPramContainer::getType   const [inline, virtual]
+
+ + + + + +
+   + + +

+getType return a unique string how represente the class, it can be the name of the class. +

+This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry). +

+Reimplemented from NLAIAGENT::CGroupType. +

+Definition at line 47 of file param_container.h.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::IBasicType * NLAISCRIPT::CPramContainer::newInstance   const [virtual]
+
+ + + + + +
+   + + +

+This function allow a new instance, that mean that the class is a class factory. +

+ +

+Reimplemented from NLAIAGENT::CGroupType. +

+Definition at line 43 of file param_container.cpp. +

+References CPramContainer.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::IObjetOp & NLAISCRIPT::CPramContainer::operator+= const NLAIAGENT::IObjetOp  a [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 53 of file param_container.cpp. +

+References NLAIC::IPointerGestion::incRef, and NLAIAGENT::CGroupType::push.

+


Member Data Documentation

+

+ + + + +
+ + +
const NLAIC::CIdentType NLAISCRIPT::CPramContainer::IdPramContainer [static] +
+
+ + + + + +
+   + + +

+

+


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