MALOC  0.1
vsys.h
Go to the documentation of this file.
1 
31 #ifndef _VSYS_H_
32 #define _VSYS_H_
33 
34 #include <maloc/maloc_base.h>
35 
36 #include <maloc/vnm.h>
37 #include <maloc/vmem.h>
38 #include <maloc/vio.h>
39 #include <maloc/vset.h>
40 #include <maloc/vpred.h>
41 
42 #endif /* _VSYS_H_ */
43 
The base (or foundation) header for MALOC.
Class Vio: virtual <SDIO/FILE/BUFF/UNIX/INET> I/O layer.
Class Vmem: A safer, object-oriented, malloc/free object.
Header file for an ISO C [V]irtual [N]umerical [M]achine.
Header file for the Geometric Predicates.
Class Vset: a dynamic set object.