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__registry_8h.html | 165 +++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 docs/doxygen/nel/class__registry_8h.html (limited to 'docs/doxygen/nel/class__registry_8h.html') diff --git a/docs/doxygen/nel/class__registry_8h.html b/docs/doxygen/nel/class__registry_8h.html new file mode 100644 index 00000000..05f9f983 --- /dev/null +++ b/docs/doxygen/nel/class__registry_8h.html @@ -0,0 +1,165 @@ + + + + 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  
+

class_registry.h File Reference

This File handles CClassRegistry. +More... +

+#include "nel/misc/types_nl.h"
+#include "nel/misc/common.h"
+#include <typeinfo>
+#include <string>
+#include <set>
+ +

+Go to the source code of this file. + + + + + + +

Namespaces

namespace  NLMISC

Defines

#define NLMISC_DECLARE_CLASS(_class_)
 Usefull Macros. More...

#define NLMISC_REGISTER_CLASS(_class_)   NLMISC::CClassRegistry::registerClass(#_class_, _class_::creator, typeid(_class_).name());
+


Detailed Description

+This File handles CClassRegistry. +

+

+Id:
+ class_registry.h,v 1.11 2002/04/12 16:36:17 vizerie Exp
+

+ +

+Definition in file class_registry.h.


Define Documentation

+

+ + + + +
+ + + + + + + +
#define NLMISC_DECLARE_CLASS_class_   +
+
+ + + + + +
+   + + +

+Value:

virtual std::string     getClassName() {return #_class_;}               \
+        static  NLMISC::IClassable      *creator() {return new _class_;}
Usefull Macros. +

+ +

+Definition at line 120 of file class_registry.h.

+

+ + + + +
+ + + + + + + +
#define NLMISC_REGISTER_CLASS_class_      NLMISC::CClassRegistry::registerClass(#_class_, _class_::creator, typeid(_class_).name()); +
+
+ + + + + +
+   + + +

+ +

+Definition at line 123 of file class_registry.h. +

+Referenced by NLSOUND::CBoundingSphere::init, NLSOUND::CBoundingBox::init, NL3D::CPSUtil::registerEmitters, NL3D::CPSUtil::registerForces, NL3D::CPSUtil::registerParticles, NL3D::CPSUtil::registerSerialParticleSystem, and NL3D::CPSUtil::registerZones.

+ + + +
                                                                                                                                                                    +

+ + -- cgit v1.2.1