hdb_NameOwner_t Struct Reference
[HSM Database]

#include <hdb_common.h>

List of all members.


Detailed Description

Definition at line 116 of file hdb_common.h.


Public Member Functions

 hdb_NameOwner_t ()

Public Attributes

ivd_VectorSize_t nameSize
ivd_RecordIDX_t nameIdx
ivd_RecordIDX_t dirTreeIdx

Friends

IVD_HSMDB_DECL_d ostream & operator<< (ostream &a_os, hdb_NameOwner_t &a_nameOwn)

Constructor & Destructor Documentation

hdb_NameOwner_t::hdb_NameOwner_t (  )  [inline]

Definition at line 117 of file hdb_common.h.

00118         :
00119         nameSize(0), 
00120         nameIdx(0),
00121         dirTreeIdx(0)
00122 //        generalOwnInode(0) 
00123         {};
        


Friends And Related Function Documentation

IVD_HSMDB_DECL_d ostream& operator<< ( ostream &  a_os,
hdb_NameOwner_t a_nameOwn 
) [friend]

Definition at line 411 of file hdb_Tables.cpp.

00411                                                                 {
00412     a_os << "***** NameOwner record" << endl;
00413     a_os << "  nameSize   = " << a_nameOwn.nameSize   << endl;
00414     a_os << "  nameIdx    = " << a_nameOwn.nameIdx    << endl;
00415     a_os << "  dirTreeIdx = " << a_nameOwn.dirTreeIdx << endl;
00416     return a_os;
00417 }


Member Data Documentation


The documentation for this struct was generated from the following file:

Generated on Mon Feb 27 19:25:16 2012 for OPENARCHIVE by  doxygen 1.5.6