#include <windows.h>
#include <commdlg.h>
#include <stdlib.h>
#include <io.h>
#include <iostream>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | eat |
Defines | |
#define | PI 3.14159265f |
#define | BOUNDARY 0.9125f |
Functions | |
template<class Type> | |
const Type | fromString (const std::string &strString) |
template<class Type> | |
const bool | fromString (Type &tValue, const std::string &strString) |
template<class Type> | |
const std::string | toString (const Type &tValue) |
const std::string | trimLeft (const std::string &str, const std::string &strWhitespace="\n\r\t ") |
const std::string | trimRight (const std::string &str, const std::string &strWhitespace="\n\r\t ") |
const std::string | trim (const std::string &str, const std::string &strWhitespace="\n\r\t ") |
std::istream & | operator>> (std::istream &is, eat &e) |
#define PI 3.14159265f |
Definition at line 12 of file VCommon.h.
Referenced by VIcon::computeIcon(), and VCamera::updateProjMatrix().
const bool fromString | ( | Type & | tValue, | |
const std::string & | strString | |||
) | [inline] |
const Type fromString | ( | const std::string & | strString | ) | [inline] |
std::istream& operator>> | ( | std::istream & | is, | |
eat & | e | |||
) | [inline] |
const std::string toString | ( | const Type & | tValue | ) | [inline] |
const std::string trim | ( | const std::string & | str, | |
const std::string & | strWhitespace = "\n\r\t " | |||
) | [inline] |
const std::string trimLeft | ( | const std::string & | str, | |
const std::string & | strWhitespace = "\n\r\t " | |||
) | [inline] |
const std::string trimRight | ( | const std::string & | str, | |
const std::string & | strWhitespace = "\n\r\t " | |||
) | [inline] |