|
GammaLib 2.2.0.dev
|
Gammalib tools implementation. More...
#include <unistd.h>#include <fcntl.h>#include <sys/stat.h>#include <sys/time.h>#include <sys/select.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <netdb.h>#include <pwd.h>#include <cmath>#include <cfloat>#include <cctype>#include <ctime>#include <cstdlib>#include <cstring>#include <iostream>#include <sstream>#include <algorithm>#include <cstdio>#include "GTools.hpp"#include "GException.hpp"#include "GFits.hpp"#include "GEnergy.hpp"#include "GFilename.hpp"#include "GMath.hpp"#include "GXmlElement.hpp"#include "GXmlNode.hpp"#include "GXmlText.hpp"Go to the source code of this file.
Macros | |
| #define | G_XML2STRING "gammalib::xml2string(std::string&)" |
| #define | G_HTTP_QUERY "gammalib::http_query(str::string&, std::string&)" |
| #define | G_PARFORMAT_LENGTH 29 |
| #define | G_CHAR_BUFFER 256 |
Gammalib tools implementation.
Definition in file GTools.cpp.
| #define G_CHAR_BUFFER 256 |
Definition at line 90 of file GTools.cpp.
Referenced by gammalib::str().
| #define G_HTTP_QUERY "gammalib::http_query(str::string&, std::string&)" |
Definition at line 86 of file GTools.cpp.
Referenced by gammalib::http_query().
| #define G_PARFORMAT_LENGTH 29 |
Definition at line 89 of file GTools.cpp.
Referenced by gammalib::parformat().
| #define G_XML2STRING "gammalib::xml2string(std::string&)" |
Definition at line 85 of file GTools.cpp.
Referenced by gammalib::xml2str().