# 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.