DirectoryEntry Class
Definition
Line
202
of
System.Base/Directory.cm
Constructors & Destructor
public
nothrow
DirectoryEntry
()
public
nothrow
DirectoryEntry
(
int
inodeNumber_,
const
String
<
char
>& name_)
Member Functions
public
nothrow
bool
IsDot
()
const
public
nothrow
bool
IsDotDot
()
const
Member Variables
public
int
inodeNumber
public
String
<
char
>
name
Constructor& Destructor Details
DirectoryEntry Constructor
public
nothrow
DirectoryEntry()
Definition
Line
204
of
System.Base/Directory.cm
DirectoryEntry Constructor
public
nothrow
DirectoryEntry(
int
inodeNumber_,
const
String
<
char
>& name_)
Definition
Line
207
of
System.Base/Directory.cm
Member Function Details
IsDot Member Function
public
nothrow
bool
IsDot()
Definition
Line
210
of
System.Base/Directory.cm
IsDotDot Member Function
public
nothrow
bool
IsDotDot()
Definition
Line
214
of
System.Base/Directory.cm