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

Misc

+

Introduction

+ +

+The misc library contains a set of usefull classes :

    +
  • The stream system allows a programmer to serialize in/out objects from any class from/to any input/output device. See NLMISC::IStream.
  • The math classes handle 3D vectors, matrices and so on.
  • The config_file classes allow to load and parse configuration files.
  • The library also has debug and basic display facilities, support for RTTI and smart pointers.
+ + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1