#include <fstream>
#include <iostream>
#include <algorithm>
#include "robotis_device/robot.h"
Go to the source code of this file.
|
static std::string & | ltrim (std::string &s) |
|
static std::string & | rtrim (std::string &s) |
|
static std::vector< std::string > | split (const std::string &text, char sep) |
|
static std::string & | trim (std::string &s) |
|
static std::string& ltrim |
( |
std::string & |
s | ) |
|
|
inlinestatic |
static std::string& rtrim |
( |
std::string & |
s | ) |
|
|
inlinestatic |
static std::vector<std::string> split |
( |
const std::string & |
text, |
|
|
char |
sep |
|
) |
| |
|
inlinestatic |
static std::string& trim |
( |
std::string & |
s | ) |
|
|
inlinestatic |