| add(INTupleItem *item) | NTuple::TupleImp | [virtual] |
| addIndexedItem(const std::string &name, Item< INDEX > &index, Array< TYPE > &array, const RANGE low, const RANGE high) | NTuple::Tuple | [inline] |
| addIndexedItem(const std::string &name, Item< INDEX > &index, Array< TYPE > &array) | NTuple::Tuple | [inline] |
| addIndexedItem(const std::string &name, Item< INDEX > &col_index, long rows, Matrix< TYPE > &matrix) | NTuple::Tuple | [inline] |
| addIndexedItem(const std::string &name, Item< INDEX > &index, long rows, Matrix< TYPE > &matrix, const RANGE low, const RANGE high) | NTuple::Tuple | [inline] |
| addItem(const std::string &name, Item< TYPE > &itm) | NTuple::Tuple | [inline] |
| addItem(const std::string &name, Item< TYPE * > &itm) | NTuple::Tuple | [inline] |
| addItem(const std::string &name, Item< IOpaqueAddress * > &itm) | NTuple::Tuple | [inline] |
| addItem(const std::string &name, Item< TYPE > &itm, const RANGE low, const RANGE high) | NTuple::Tuple | [inline] |
| addItem(const std::string &name, long dim, Array< TYPE > &array) | NTuple::Tuple | [inline] |
| addItem(const std::string &name, long dim, Array< TYPE > &array, const RANGE low, const RANGE high) | NTuple::Tuple | [inline] |
| addItem(const std::string &name, Item< INDEX > &index, Array< TYPE > &array, const RANGE low, const RANGE high) | NTuple::Tuple | [inline] |
| addItem(const std::string &name, Item< INDEX > &index, Array< TYPE > &array) | NTuple::Tuple | [inline] |
| addItem(const std::string &name, long cols, long rows, Matrix< TYPE > &matrix) | NTuple::Tuple | [inline] |
| addItem(const std::string &name, long cols, long rows, Matrix< TYPE > &result, const RANGE low, const RANGE high) | NTuple::Tuple | [inline] |
| addItem(const std::string &name, Item< INDEX > &index, Matrix< TYPE > &matrix, long rows) | NTuple::Tuple | [inline] |
| addItem(const std::string &name, Item< INDEX > &index, Matrix< TYPE > &matrix, long rows, const RANGE low, const RANGE high) | NTuple::Tuple | [inline] |
| addRef() | DataObject | [virtual] |
| attachSelector(ISelectStatement *sel) | NTuple::TupleImp | [virtual] |
| buffer() | NTuple::TupleImp | [inline, virtual] |
| buffer() const | NTuple::TupleImp | [inline, virtual] |
| classID() | NTuple::RowWiseTuple | [inline, static] |
| clID() const | NTuple::RowWiseTuple | [inline, virtual] |
| conversionService() const | NTuple::TupleImp | [inline] |
| DataObject() | DataObject | |
| DataObject(const DataObject &) | DataObject | |
| fillStream(std::ostream &s) const | DataObject | [inline, virtual] |
| find(const std::string &name) const | NTuple::TupleImp | [inline, virtual] |
| find(const std::string &name) | NTuple::TupleImp | [inline, virtual] |
| i_addItem(const std::string &name, long, const std::string &, TYPE low, TYPE high, _Item< TYPE > *&result) | NTuple::Tuple | [inline, protected] |
| i_addItem(const std::string &name, long dim, const std::string &index, TYPE low, TYPE high, _Array< TYPE > *&result) | NTuple::Tuple | [inline, protected] |
| i_addItem(const std::string &name, long dim1, long dim2, const std::string &index, TYPE low, TYPE high, _Matrix< TYPE > *&result) | NTuple::Tuple | [inline, protected] |
| i_addObject(const std::string &name, _Item< TYPE * > *&result, const std::type_info &) | NTuple::Tuple | [inline, protected] |
| i_find(const std::string &name) const | NTuple::TupleImp | [virtual] |
| i_item(const std::string &name, _Item< TYPE > *&result) const | NTuple::Tuple | [inline, protected] |
| i_item(const std::string &name, _Item< TYPE * > *&result) const | NTuple::Tuple | [inline, protected] |
| i_item(const std::string &name, _Item< IOpaqueAddress * > *&result) const | NTuple::Tuple | [inline, protected] |
| i_item(const std::string &name, _Array< TYPE > *&result) const | NTuple::Tuple | [inline, protected] |
| i_item(const std::string &name, _Matrix< TYPE > *&result) const | NTuple::Tuple | [inline, protected] |
| item(const std::string &name, Item< TYPE > &result) | NTuple::Tuple | [inline] |
| item(const std::string &name, const Item< TYPE > &result) const | NTuple::Tuple | [inline] |
| item(const std::string &name, Array< TYPE > &result) | NTuple::Tuple | [inline] |
| item(const std::string &name, const Array< TYPE > &result) const | NTuple::Tuple | [inline] |
| item(const std::string &name, Matrix< TYPE > &result) | NTuple::Tuple | [inline] |
| item(const std::string &name, const Matrix< TYPE > &result) const | NTuple::Tuple | [inline] |
| ItemContainer typedef | INTuple | |
| items() | NTuple::TupleImp | [inline, virtual] |
| items() const | NTuple::TupleImp | [inline, virtual] |
| linkMgr() const | DataObject | [inline] |
| m_buffer | NTuple::TupleImp | [protected] |
| m_cnvSvc | NTuple::TupleImp | [protected] |
| m_isBooked | NTuple::TupleImp | [protected] |
| m_items | NTuple::TupleImp | [protected] |
| m_ntupleSvc | NTuple::TupleImp | [protected] |
| m_pSelector | NTuple::TupleImp | [protected] |
| m_title | NTuple::TupleImp | [protected] |
| name() const | DataObject | |
| operator<<(std::ostream &s, const DataObject &obj) | DataObject | [friend] |
| read() | NTuple::TupleImp | [virtual] |
| readRecord() | NTuple::TupleImp | [virtual] |
| refCount() const | DataObject | [inline] |
| registry() const | DataObject | [inline] |
| release() | DataObject | [virtual] |
| remove(INTupleItem *item) | NTuple::TupleImp | [virtual] |
| remove(const std::string &name) | NTuple::TupleImp | [virtual] |
| reset() | NTuple::TupleImp | [virtual] |
| RowWiseTuple(const std::string &title) | NTuple::RowWiseTuple | [inline] |
| save() | NTuple::TupleImp | [virtual] |
| selector() | NTuple::TupleImp | [virtual] |
| serialize(StreamBuffer &s) | DataObject | [virtual] |
| serialize(StreamBuffer &s) const | DataObject | [virtual] |
| setBuffer(char *buff) | NTuple::TupleImp | [virtual] |
| setConversionService(IConversionSvc *svc) | NTuple::TupleImp | [inline] |
| setRegistry(IRegistry *pRegistry) | DataObject | [inline] |
| setTupleService(INTupleSvc *svc) | NTuple::TupleImp | [inline] |
| setVersion(unsigned char vsn) | DataObject | [inline] |
| title() const | NTuple::TupleImp | [inline, virtual] |
| TupleImp(const std::string &title) | NTuple::TupleImp | |
| tupleService() const | NTuple::TupleImp | [inline] |
| version() const | DataObject | [inline] |
| write() | NTuple::TupleImp | [virtual] |
| writeRecord() | NTuple::TupleImp | [virtual] |
| ~DataObject() | DataObject | [virtual] |
| ~INTuple() | INTuple | [inline, virtual] |
| ~RowWiseTuple() | NTuple::RowWiseTuple | [inline, virtual] |
| ~Tuple() | NTuple::Tuple | [inline, virtual] |
| ~TupleImp() | NTuple::TupleImp | [virtual] |