Go to the documentation of this file.
4 #ifndef tools_sg_sf_rotf
5 #define tools_sg_sf_rotf
9 #include "../lina/rotf"
28 if(!a_buffer.
read_vec(n,v))
return false;
32 mem::decrement(s_new().c_str());
36 for(
uint32 index=0;index<n;index++) vec[index] = v[index];
39 mem::decrement(s_new().c_str());
43 virtual bool dump(std::ostream&) {
47 virtual bool s_value(std::string& a_s)
const {a_s.clear();
return false;}
48 virtual bool s2value(
const std::string&) {
return false;}
#define TOOLS_HEADER(a__class, a__sclass, a__parent)