QMCPACK
IOASCII.h File Reference
+ Include dependency graph for IOASCII.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TokenClass
 This class holds an ASCII token, which is just a std::string and the line number in which it appeared in the file. More...
 
class  IOTreeASCIIClass
 This is the ASCII specialization of IOTreeClass for ASCII text files. More...
 

Namespaces

 IO
 

Class Documentation

◆ IO::TokenClass

class IO::TokenClass

This class holds an ASCII token, which is just a std::string and the line number in which it appeared in the file.

Definition at line 30 of file IOASCII.h.

+ Collaboration diagram for TokenClass:
Class Members
int LineNumber
string Str