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

Go to the source code of this file.

Classes

class  IOSectionClass
 Wrapper class for IOTreeClass that gives a nearly identical interface as the OutputSectionClass. More...
 

Namespaces

 IO
 

Functions

void SetVerbose (bool verb)
 
std::string Extension (std::string fileName)
 In the file name format name.extn, returns the extension. More...
 
IOTreeClass * ReadTree (std::string fileName, std::string myName, IOTreeClass *parent)
 This function takes a filename, determines it extension, creates a new IOTreeASCIIClass or IOTreeHDF5Class based on the extension, and calls OpenFile on the new object. More...
 
IOTreeClass * NewTree (std::string fileName, std::string myName, IOTreeClass *parent)
 

Variables

std::ostream verr