Go to the source code of this file.
Classes |
| class | DtPlanStatus |
| | Small container class that holds the status of a running DtPlan. More...
|
| class | DtPlan |
| | class DtPlan: More...
|
Namespaces |
| namespace | DtBufferSerialize |
| | This namespace contains a set of utility functions for encoding and decoding various data types to/from a byte array.
|
Typedefs |
| typedef void(* | DtCurrentStatementChangedCallbackFcn )(const DtPlan &plan, void *usr) |
| typedef void(* | DtPlanCallbackFcn )(const DtString &name, const DtList &statements, bool append, void *usr) |
| typedef void(* | DtPlanStatementCallbackFcn )(const DtString &name, DtPlanStatus planStatus, void *usr) |
| typedef void(* | DtPlanCompleteCallbackFcn )(const DtString &name, void *usr) |
| typedef void(* | DtMultiplePlanRequestCallbackFcn )(DtIfMultiplePlanResponse *, void *usr) |
Functions |
| DT_DLL_vrfplan int | DtBufferSerialize::getSize (const DtPlan &contentPtr) |
| DT_DLL_vrfplan char * | DtBufferSerialize::encode (const DtPlan &adminContentPtr, char *buffer) |
| | Encodes the specified plan into the specified character array.
|
| DT_DLL_vrfplan const char * | DtBufferSerialize::decode (DtPlan &adminContentPtr, const char *buffer) |
| | Decodes the buffer into the plan.
|
Detailed Description
Typedef Documentation