| Return Type | Function name | Arguments |
|---|---|---|
| hzDirent* | hzDirent::hzDirent | (void) |
Declared and defined in file: hzDirectory.h
Function Logic:
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;
}