Go to the source code of this file.
Data Structures | |
class | CpdListAccessor |
A CpdListAccessor responds to CCS requests for a single CpdList. More... | |
class | CpdListAccessor_c |
class | CpdSimpleListAccessor< T > |
A typical CpdList accessor: length is stored at some fixed location in memory, path is a constant string, and the pup routine is completely random-access. More... | |
Functions | |
void | CpdListRegister (CpdListAccessor *acc) |
Register this CpdListAccessor with Cpd. |
void CpdListRegister | ( | CpdListAccessor * | acc | ) |
Register this CpdListAccessor with Cpd.
The accessor will then be called to respond to CCS requests for its path. CpdList will eventually delete this object.
Definition at line 347 of file ccs-builtins.C.
References CpdListAccessor::getPath().
Referenced by _registerDone(), and CpdCharmInit().