PathRec_t Struct Reference
[Classes for managing object list]

#include <hsm_common.h>

Collaboration diagram for PathRec_t:

Collaboration graph
[legend]

List of all members.


Detailed Description

pathRec_s: Structure, which contain pair file I-node / file Name.

It is used as a member in path list STL container.

Definition at line 85 of file hsm_common.h.


Public Member Functions

 PathRec_t (UInt64_t a_fInode, cmn_Path a_fName)
 PathRec_t ()
 PathRec_t (const PathRec_t &a_pathRec)

Public Attributes

UInt64_t m_fInode
cmn_Path m_fName
 log_CLASSID_m
 Macro to add class name member s_className.

Constructor & Destructor Documentation

PathRec_t::PathRec_t ( UInt64_t  a_fInode,
cmn_Path  a_fName 
) [inline]

Definition at line 86 of file hsm_common.h.

References m_fInode, and m_fName.

00086                                                    {
00087         m_fInode = a_fInode;
00088         m_fName  = a_fName;
00089     };

PathRec_t::PathRec_t (  )  [inline]

Definition at line 90 of file hsm_common.h.

References m_fInode, and m_fName.

00090                 {
00091         m_fInode = 0;
00092         m_fName  = string("");
00093     };

PathRec_t::PathRec_t ( const PathRec_t a_pathRec  )  [inline]

Definition at line 94 of file hsm_common.h.

References m_fInode, and m_fName.

00094                                           {
00095         m_fInode = a_pathRec.m_fInode;
00096         m_fName  = a_pathRec.m_fName;
00097     };


Member Data Documentation

Definition at line 97 of file hsm_common.h.

Referenced by PathRec_t().

Definition at line 99 of file hsm_common.h.

Referenced by PathRec_t().

Macro to add class name member s_className.

Definition at line 101 of file hsm_common.h.


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

Generated on Mon Feb 27 19:43:36 2012 for OPENARCHIVE by  doxygen 1.5.6