X-Git-Url: https://git.llucax.com/z.facultad/75.52/treemulator.git/blobdiff_plain/ce24e1d22d120e6613f3cd1e04d81135f3d048c9..57dbb7df8973a3e0c0c570c1eae9d84802e02bd9:/src/clave_variable.h diff --git a/src/clave_variable.h b/src/clave_variable.h index e568451..224f4e0 100644 --- a/src/clave_variable.h +++ b/src/clave_variable.h @@ -18,6 +18,7 @@ class ClaveVariable : public Clave { uint Size () const; uchar *ToArray () const; + uchar *ToRaw (uint &size) const; Clave *Clone () const; bool Abrev (ClaveVariable *c); @@ -31,6 +32,7 @@ class ClaveVariable : public Clave { private: std::string abreviar(std::string &primera, std::string &actual, int &iguales); std::string data; + std::string raw_data; }; #endif