#include <additional/streams/IfstreamWithComments.h>
Public Member Functions | |
IfstreamWithComments () | |
virtual | ~IfstreamWithComments () |
IfstreamWithComments & | getline (char *s, int streamsize, char delim= '\n') |
virtual void | eatwhite () |
IfstreamWithComments & | GetSolidLine (char *s, int streamsize, char delim= '\n') |
void | open (const char *szName, int nMode=ios::in) |
Public Attributes | |
char | path [_MAX_PATH] |
char | filename [_MAX_FNAME] |
Protected Attributes | |
char | commentChar |
Definition at line 38 of file IfstreamWithComments.h.
|
Definition at line 27 of file IfstreamWithComments.cpp. |
|
Definition at line 39 of file IfstreamWithComments.cpp. |
|
Definition at line 71 of file IfstreamWithComments.cpp. References commentChar. Referenced by R_OpenChain::Deserialize(), LinkBase::DeSerialize(), DH_Link::DeSerialize(), RobotBase::DeserializeAbstract(), LinkBase::DeSerializeAbstract(), and GetSolidLine(). |
|
Definition at line 57 of file IfstreamWithComments.cpp. References commentChar. Referenced by LinkBase::DeSerialize(), DH_Link::DeSerialize(), ObjectBase::Deserialize(), Mesh::Deserialize(), LinkBase::DeSerializeAbstract(), GetSolidLine(), ServerBase::OpenExampleFile(), and operator>>(). |
|
Definition at line 87 of file IfstreamWithComments.cpp. References eatwhite(), and getline(). Referenced by RobotBase::DeserializeAbstract(), and Entity::DeserializeEntity(). Here is the call graph for this function: ![]() |
|
Definition at line 46 of file IfstreamWithComments.cpp. References filename, and path. Referenced by ServerBase::OpenExampleFile(), and ServerBase::ParseRobotFile(). |
|
Definition at line 76 of file IfstreamWithComments.h. Referenced by eatwhite(), and getline(). |
|
Definition at line 69 of file IfstreamWithComments.h. Referenced by open(). |
|
Definition at line 68 of file IfstreamWithComments.h. Referenced by DH_Link::DeSerialize(), and open(). |