hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Static Public Member Functions | List of all members
hobbes::storage::store< std::string > Struct Template Reference

#include <storage.H>

Collaboration diagram for hobbes::storage::store< std::string >:
Collaboration graph

Static Public Member Functions

static void encode (bytes *out)
 
static std::string describe ()
 
static size_t size (const std::string &s)
 
static bool write (wpipe &p, const std::string &s)
 

Member Function Documentation

◆ describe()

static std::string hobbes::storage::store< std::string >::describe ( )
inlinestatic

◆ encode()

static void hobbes::storage::store< std::string >::encode ( bytes out)
inlinestatic

◆ size()

static size_t hobbes::storage::store< std::string >::size ( const std::string &  s)
inlinestatic

◆ write()

static bool hobbes::storage::store< std::string >::write ( wpipe p,
const std::string &  s 
)
inlinestatic

The documentation for this struct was generated from the following file: