#include <string>#include <sstream>#include "smart_ptr.h"#include "types.h"


Go to the source code of this file.
Functions | |
| template<typename T > | |
| std::string | ToString (const T &Value) |
| template<typename T > | |
| bool | FromString (const std::string &String, T &Destination) |
| template<typename T > | |
| void | Swap (T &A, T &B) |
| std::string ToString | ( | const T & | Value | ) | [inline] |
| bool FromString | ( | const std::string & | String, | |
| T & | Destination | |||
| ) | [inline] |
| void Swap | ( | T & | A, | |
| T & | B | |||
| ) | [inline] |
1.5.8