#include <CkptDAO.h>
Inheritance diagram for InputDAO:

Public Member Functions | |
| InputDAO () | |
| InputDAO (byte_array *bA) | |
| void | setInputData (byte_array *bA) |
| virtual DAOMode | getMode () |
Protected Attributes | |
| byte_array * | bArray |
Typically accessed via a CommonDAO pointer within a DAOInterface created by a DAOInterfaceFactory.
Definition at line 64 of file CkptDAO.h.
| InputDAO::InputDAO | ( | byte_array * | bA | ) | [inline] |
| void InputDAO::setInputData | ( | byte_array * | bA | ) | [inline] |
| virtual DAOMode InputDAO::getMode | ( | ) | [inline, virtual] |
byte_array* InputDAO::bArray [protected] |
Definition at line 69 of file CkptDAO.h.
Referenced by RawInputDAO::byteCopy(), and RawInputDAO::processExternalObj().
1.5.2