|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::COFile Class ReferenceOutput File.
More...
#include <file.h>
Inheritance diagram for NLMISC::COFile:
List of all members.
Detailed Description
Output File.
-
Author:
-
Lionel Berenguier , Nevrax France
-
Date:
-
2000
Definition at line 156 of file file.h.
Constructor & Destructor Documentation
NLMISC::COFile::COFile |
( |
|
) |
|
|
NLMISC::COFile::COFile |
( |
const std::string & |
path, |
|
|
bool |
append = false, |
|
|
bool |
text = false |
|
) |
|
|
NLMISC::COFile::~COFile |
( |
|
) |
|
|
Member Function Documentation
void NLMISC::COFile::close |
( |
|
) |
|
|
void NLMISC::COFile::flush |
( |
|
) |
|
|
|
flush the file.
Definition at line 455 of file file.cpp.
References _F. |
std::string NLMISC::COFile::getStreamName |
( |
|
) |
const [virtual] |
|
|
Get a name for this stream.
maybe a fileName if FileStream. Default is to return "".
Reimplemented from NLMISC::IStream.
Definition at line 517 of file file.cpp.
References _FileName. |
bool NLMISC::COFile::open |
( |
const std::string & |
path, |
|
|
bool |
append = false, |
|
|
bool |
text = false |
|
) |
|
|
void NLMISC::COFile::serialBit |
( |
bool & |
bit |
) |
throw (EWriteError) [protected, virtual] |
|
|
Method to be specified by the Deriver.
-
Warning:
-
Do not call these methods from outside, unless you really know what you are doing. Using them instead of serial() can lead to communication problems between different platforms !
Implements NLMISC::IStream.
Definition at line 465 of file file.cpp. |
Member Data Documentation
FILE* NLMISC::COFile::_F [private]
|
|
std::string NLMISC::COFile::_FileName [private]
|
|
The documentation for this class was generated from the following files:
|
|