uint Size () const;
uchar *ToArray () const;
+ uchar *ToRaw (uint &size) const;
Clave *Clone () const;
bool Abrev (ClaveVariable *c);
private:
std::string abreviar(std::string &primera, std::string &actual, int &iguales);
std::string data;
+ std::string raw_data;
};
#endif