|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CFileDisplayer Class ReferenceFile displayer.
More...
#include <displayer.h>
Inheritance diagram for NLMISC::CFileDisplayer:
List of all members.
Detailed Description
File displayer.
Put string into a file. How to log information (for debugging purpose) ? -
Author:
-
Vianney Lecroart , Nevrax France
-
Date:
-
2000
Definition at line 135 of file displayer.h.
Constructor & Destructor Documentation
NLMISC::CFileDisplayer::CFileDisplayer |
( |
const std::string & |
filename, |
|
|
bool |
eraseLastLog = false, |
|
|
const char * |
displayerName = "" |
|
) |
|
|
NLMISC::CFileDisplayer::CFileDisplayer |
( |
|
) |
|
|
Member Function Documentation
void NLMISC::CFileDisplayer::doDisplay |
( |
const TDisplayInfo & |
args, |
|
|
const char * |
message |
|
) |
[protected, virtual] |
|
void NLMISC::CFileDisplayer::setParam |
( |
const std::string & |
filename, |
|
|
bool |
eraseLastLog = false |
|
) |
|
|
Member Data Documentation
std::string NLMISC::CFileDisplayer::_FileName [private]
|
|
FILE* NLMISC::CFileDisplayer::_FilePointer [private]
|
|
bool NLMISC::CFileDisplayer::_NeedHeader [private]
|
|
The documentation for this class was generated from the following files:
|
|