Centum
| Interpreted language intended to make it easy to express algorithms. Merges functional,
object-oriented, and imperative programming styles, and adds some ... |
Centum API: Centum API Documentation
| 1. Introduction. This doucmentation covers information about all of the function
in CentumSharedCode.h. If you are writing a module or porting Centum this ... |
Centum API: Class Members
| a | b | c | d | e | f | g | h | i | l | m | n | o | p | r | s | t | u | v | ~.
Here is a list of all documented class members with links to the class ... |
Centum API: Int8Array Class Reference
| Int8Array Class Reference. The Int8Array class is a dynamically sized array that
stores __int8 type data, which are the same size as chars, (1 byte). More. ... |
Centum API: CThingArray Class Reference
| CThingArray Class Reference. The CThingArray class is a dynamically sized array
that stores CThing pointers. More... Collaboration diagram for CThingArray: ... |
Centum API: ThingManipulation Namespace Reference
| ThingManipulation Namespace Reference. The ThingManipulation is a collection of
useful functions for dealing with Centum objects. More... ... |
Centum API: bytecodes Namespace Reference
| bytecodes Namespace Reference. Functions that are members of the bytecodes
namespace repsesent the implementation of a single virtual machine instruction. ... |
Centum API: CentumSharedCode.h File Reference
| CentumSharedCode.h File Reference. This file contains the definitions needed to
link and use CentumSharedCode.lib. More... #include <stdlib.h> ... |
Centum API: PointerArray Class Reference
| PointerArray Class Reference. The PointerArray class is a dynamically sized array
that stores pointer type data. More... List of all members. ... |
Centum API: ObjectManagement.cpp File Reference
| ObjectManagement.cpp File Reference. This file provides functions that create
and finish several of the classes. More... #include "CentumSharedCode.h" ... |