HostFile Class

Definition

Line 7 of cmsxk/HostFile.cm

Constructors & Destructor

public HostFile(const String<char>& hostFilePath_, ulong key_, bool randomAccess)
public ~HostFile()

Member Functions

public inline nothrow void* GetFileHandle() const
public inline nothrow const String<char>& GetHostFilePath() const
public inline nothrow ulong Key() const

Member Variables

private void* fileHandle
private String<char> hostFilePath
private ulong key

Constructor& Destructor Details

HostFile Constructor

public HostFile(const String<char>& hostFilePath_, ulong key_, bool randomAccess)

Definition
Line 9 of cmsxk/HostFile.cm


~HostFile Destructor

public ~HostFile()

Definition
Line 24 of cmsxk/HostFile.cm


Member Function Details

GetFileHandle Member Function

public inline nothrow void* GetFileHandle()

Definition
Line 35 of cmsxk/HostFile.cm


GetHostFilePath Member Function

public inline nothrow const String<char>& GetHostFilePath()

Definition
Line 31 of cmsxk/HostFile.cm


Key Member Function

public inline nothrow ulong Key()

Definition
Line 39 of cmsxk/HostFile.cm