#include <filemapping.h>
Inheritance diagram for FileMapping:
Public Member Functions | |
FileMapping (const char *filename, side_t side) | |
virtual | ~FileMapping () |
bool | open (char *traceBaseName) |
bool | open () |
Protected Member Functions | |
bool | openChannel (ChannelMapping *channel) |
void | closeChannel (ChannelMapping *channel) |
|
Construct a new file based implentation of a Mapping.
|
|
|
|
Open file based mapping object.
|
|
fileChannelMapping implementation of open. This function should not be called. Use open(char* traceBaseName) instead.
Reimplemented from Mapping. |
|
fileChannelMapping implementation of openChannel.
Implements Mapping. |
|
fileChannelMapping implementation of closeChannel.
Implements Mapping. |