libebml_ng
Namespaces | Functions
binary.h File Reference
#include <string>
#include "../struct.h"

Go to the source code of this file.

Namespaces

 ebml
 

Functions

size_t ebml::size (const std::string &value)
 
size_t ebml::pack (const std::string &value, size_t size, char *dest)
 
size_t ebml::pack (const std::string &value, char *dest)
 
template<>
std::string ebml::unpack< std::string > (const char *src, size_t size)