Main Page Modules Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages Examples
Control macros
- CTB__ConformityCheck
- Enables the generation of conformity check code in vector and matrix methods. An operation with non-matching vector or matrix sizes will throw an
CTBexceptionConformity
. The default is usually to operate on the smallest possible index range. However, very often this indicates a problem in the code.
- CTB__GenericCode
- If defined, only `generic' code is generated. If undefined, code optimized for certain platforms is generated.
- CTB__IndexCheck
- Enables the generation of index range check code in access methods of indexable containers like
operator=()
. If such a method is called with an index out of range a CTBexceptionIndexRange
is thrown.
- CTB__OutLine
- Causes most
inline
code to be converted into normal `outlined' code. This is accomplished by including the .icc
files in the definition rather than the header file and by temporarily redefining the keyword inline
to a blank string.
Using CTB__OutLine can be helpful in debugging.
- CTB__TraceLog
-
- CTB__TraceCount
-
Generated at Fri Oct 24 18:14:16 2003 for CTBbase by
1.2.9-20010812 written by Dimitri van Heesch,
© 1997-2001