#include <iostream>
#include <cstring>
#include <string>
#include <sstream>
#include <cstdio>
#include <fstream>
#include <iterator>
#include <yarp/os/RpcClient.h>
#include <yarp/os/SystemClock.h>
#include <yarp/logger/YarpLogger.h>
Go to the source code of this file.
|
void | SaveToFile (std::ofstream &file, unsigned int data) |
|
void | SaveToFile (std::ofstream &file, std::string data) |
|
void | LoadFromFile (std::ifstream &file, std::string &data) |
|
void | LoadFromFile (std::ifstream &file, unsigned int &data) |
|
std::streamoff | get_tag (std::ifstream &file, const char *tag) |
|
◆ get_tag()
std::streamoff get_tag |
( |
std::ifstream & |
file, |
|
|
const char * |
tag |
|
) |
| |
◆ LoadFromFile() [1/2]
void LoadFromFile |
( |
std::ifstream & |
file, |
|
|
std::string & |
data |
|
) |
| |
◆ LoadFromFile() [2/2]
void LoadFromFile |
( |
std::ifstream & |
file, |
|
|
unsigned int & |
data |
|
) |
| |
◆ SaveToFile() [1/2]
void SaveToFile |
( |
std::ofstream & |
file, |
|
|
std::string |
data |
|
) |
| |
◆ SaveToFile() [2/2]
void SaveToFile |
( |
std::ofstream & |
file, |
|
|
unsigned int |
data |
|
) |
| |
◆ end_string
std::string end_string = "<#STRING_END#>" |
◆ start_string
std::string start_string = "<#STRING_START#>" |