Return TypeFunction nameArguments
hzDirent*hzDirent::hzDirent(void)

Declared and defined in file: hzDirectory.h

Function Logic:

0:START 1:m_Size m_Mode m_Mtime m_Ctime m_Inode m_Status m_Links m_Group m_Owner 2: No text

Function body:

hzDirent* hzDirent::hzDirent (void)
   {
       m_Size = 0;
       m_Inode = m_Ctime = m_Mtime = m_Mode = 0;
       m_Owner = m_Group = m_Links = m_Status = 0;
   }