Go to the documentation of this file.
24 virtual bool read(
char&) = 0;
31 virtual bool read(
float&) = 0;
32 virtual bool read(
double&) = 0;
33 virtual bool read(
bool&) = 0;
47 virtual bool read_vec(std::vector<std::string>&) = 0;
70 for(
uint32 index=0;index<n;index++) a_x[index] = v[index];
73 mem::decrement(s_new().c_str());