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 
vpred.h
Header file for the Geometric Predicates.
maloc_base.h
The base (or foundation) header for MALOC.
vset.h
Class Vset: a dynamic set object.
vnm.h
Header file for an ISO C [V]irtual [N]umerical [M]achine.
vio.h
Class Vio: virtual <SDIO/FILE/BUFF/UNIX/INET> I/O layer.
vmem.h
Class Vmem: A safer, object-oriented, malloc/free object.