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 Vmem: A safer, object-oriented, malloc/free object.
Class Vset: a dynamic set object.
Header file for an ISO C [V]irtual [N]umerical [M]achine.
Header file for the Geometric Predicates.
Class Vio: virtual <SDIO/FILE/BUFF/UNIX/INET> I/O layer.