|
QDP++
|
IO support. More...
Go to the source code of this file.
Namespaces | |
| namespace | QDP |
| Yet another random number generator. | |
Functions | |
| TextReader & | QDP::operator>> (TextReader &txt, std::string &input) |
| TextReader & | QDP::operator>> (TextReader &txt, char &input) |
| TextReader & | QDP::operator>> (TextReader &txt, int &input) |
| TextReader & | QDP::operator>> (TextReader &txt, unsigned int &input) |
| TextReader & | QDP::operator>> (TextReader &txt, short int &input) |
| TextReader & | QDP::operator>> (TextReader &txt, unsigned short int &input) |
| TextReader & | QDP::operator>> (TextReader &txt, long int &input) |
| TextReader & | QDP::operator>> (TextReader &txt, unsigned long int &input) |
| TextReader & | QDP::operator>> (TextReader &txt, long long int &input) |
| TextReader & | QDP::operator>> (TextReader &txt, float &input) |
| TextReader & | QDP::operator>> (TextReader &txt, double &input) |
| TextReader & | QDP::operator>> (TextReader &txt, bool &input) |
| TextWriter & | QDP::operator<< (TextWriter &txt, const std::string &output) |
| TextWriter & | QDP::operator<< (TextWriter &txt, const char *output) |
| TextWriter & | QDP::operator<< (TextWriter &txt, int output) |
| TextWriter & | QDP::operator<< (TextWriter &txt, unsigned int output) |
| TextWriter & | QDP::operator<< (TextWriter &txt, short int output) |
| TextWriter & | QDP::operator<< (TextWriter &txt, unsigned short int output) |
| TextWriter & | QDP::operator<< (TextWriter &txt, long int output) |
| TextWriter & | QDP::operator<< (TextWriter &txt, unsigned long int output) |
| TextWriter & | QDP::operator<< (TextWriter &txt, long long int output) |
| TextWriter & | QDP::operator<< (TextWriter &txt, float output) |
| TextWriter & | QDP::operator<< (TextWriter &txt, double output) |
| TextWriter & | QDP::operator<< (TextWriter &txt, bool output) |
| void | QDP::readDesc (BinaryReader &bin, std::string &input) |
| void | QDP::read (BinaryReader &bin, std::string &input, size_t maxBytes) |
| void | QDP::read (BinaryReader &bin, char &input) |
| void | QDP::read (BinaryReader &bin, int &input) |
| void | QDP::read (BinaryReader &bin, unsigned int &input) |
| void | QDP::read (BinaryReader &bin, short int &input) |
| void | QDP::read (BinaryReader &bin, unsigned short int &input) |
| void | QDP::read (BinaryReader &bin, long int &input) |
| void | QDP::read (BinaryReader &bin, unsigned long int &input) |
| void | QDP::read (BinaryReader &bin, long long int &input) |
| void | QDP::read (BinaryReader &bin, float &input) |
| void | QDP::read (BinaryReader &bin, double &input) |
| void | QDP::read (BinaryReader &bin, bool &input) |
| void | QDP::read (BinaryReader &bin, std::complex< float > ¶m) |
| Complex reader. | |
| void | QDP::read (BinaryReader &bin, std::complex< double > ¶m) |
| Complex reader. | |
| BinaryReader & | QDP::operator>> (BinaryReader &bin, char &input) |
| BinaryReader & | QDP::operator>> (BinaryReader &bin, int &input) |
| BinaryReader & | QDP::operator>> (BinaryReader &bin, unsigned int &input) |
| BinaryReader & | QDP::operator>> (BinaryReader &bin, short int &input) |
| BinaryReader & | QDP::operator>> (BinaryReader &bin, unsigned short int &input) |
| BinaryReader & | QDP::operator>> (BinaryReader &bin, long int &input) |
| BinaryReader & | QDP::operator>> (BinaryReader &bin, unsigned long int &input) |
| BinaryReader & | QDP::operator>> (BinaryReader &bin, long long int &input) |
| BinaryReader & | QDP::operator>> (BinaryReader &bin, float &input) |
| BinaryReader & | QDP::operator>> (BinaryReader &bin, double &input) |
| BinaryReader & | QDP::operator>> (BinaryReader &bin, bool &input) |
| void | QDP::writeDesc (BinaryWriter &bin, const std::string &output) |
| void | QDP::write (BinaryWriter &bin, const std::string &output) |
| void | QDP::write (BinaryWriter &bin, const char *output) |
| void | QDP::write (BinaryWriter &bin, char output) |
| void | QDP::write (BinaryWriter &bin, int output) |
| void | QDP::write (BinaryWriter &bin, unsigned int output) |
| void | QDP::write (BinaryWriter &bin, short int output) |
| void | QDP::write (BinaryWriter &bin, unsigned short int output) |
| void | QDP::write (BinaryWriter &bin, long int output) |
| void | QDP::write (BinaryWriter &bin, unsigned long int output) |
| void | QDP::write (BinaryWriter &bin, long long int output) |
| void | QDP::write (BinaryWriter &bin, float output) |
| void | QDP::write (BinaryWriter &bin, double output) |
| void | QDP::write (BinaryWriter &bin, bool output) |
| void | QDP::write (BinaryWriter &bin, const std::complex< float > ¶m) |
| Complex writer. | |
| void | QDP::write (BinaryWriter &bin, const std::complex< double > ¶m) |
| Complex writer. | |
| BinaryWriter & | QDP::operator<< (BinaryWriter &bin, const std::string &output) |
| BinaryWriter & | QDP::operator<< (BinaryWriter &bin, const char *output) |
| BinaryWriter & | QDP::operator<< (BinaryWriter &bin, int output) |
| BinaryWriter & | QDP::operator<< (BinaryWriter &bin, unsigned int output) |
| BinaryWriter & | QDP::operator<< (BinaryWriter &bin, short int output) |
| BinaryWriter & | QDP::operator<< (BinaryWriter &bin, unsigned short int output) |
| BinaryWriter & | QDP::operator<< (BinaryWriter &bin, long int output) |
| BinaryWriter & | QDP::operator<< (BinaryWriter &bin, unsigned long int output) |
| BinaryWriter & | QDP::operator<< (BinaryWriter &bin, long long int output) |
| BinaryWriter & | QDP::operator<< (BinaryWriter &bin, float output) |
| BinaryWriter & | QDP::operator<< (BinaryWriter &bin, double output) |
| BinaryWriter & | QDP::operator<< (BinaryWriter &bin, bool output) |
IO support.
Definition in file qdp_io.cc.