In file ./include/vob/Debug.hxx:

int& Debug::extVar

(const char* name, int* var)

Set the address of the named variable.

Documentation

Set the address of the named variable. If the name does not exist, a new name is created. Any previous references to the name are invalidated (they point to the old address). Note: any previous value is preserved Note: the old location is not freed
Parameters:
name - The name to set
- var The pointer to set the variable to point to.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.