value_ops.cc File Reference

#include <typelib/value_ops.hh>
#include <string.h>

Include dependency graph for value_ops.cc:


Functions

void Typelib::init (Value v)
void Typelib::destroy (Value v)
void Typelib::copy (Value dst, Value src)
bool Typelib::compare (Value dst, Value src)
tuple< uint8_t
*, MemoryLayout::const_iterator > 
Typelib::ValueOps::init (uint8_t *buffer, MemoryLayout::const_iterator begin, MemoryLayout::const_iterator end)
tuple< uint8_t
*, MemoryLayout::const_iterator > 
Typelib::ValueOps::destroy (uint8_t *buffer, MemoryLayout::const_iterator begin, MemoryLayout::const_iterator end)
tuple< uint8_t *, uint8_t
*, MemoryLayout::const_iterator > 
Typelib::ValueOps::copy (uint8_t *out_buffer, uint8_t *in_buffer, MemoryLayout::const_iterator begin, MemoryLayout::const_iterator end)
tuple< bool, uint8_t
*, uint8_t
*, MemoryLayout::const_iterator > 
Typelib::ValueOps::compare (uint8_t *out_buffer, uint8_t *in_buffer, MemoryLayout::const_iterator begin, MemoryLayout::const_iterator end)
std::vector< uint8_t > Typelib::dump (Value v)
void Typelib::dump (Value v, std::vector< uint8_t > &buffer)
void Typelib::dump (Value v, std::vector< uint8_t > &buffer, MemoryLayout const &ops)
void Typelib::dump (uint8_t *v, std::vector< uint8_t > &buffer, MemoryLayout const &ops)
void Typelib::load (Value v, std::vector< uint8_t > const &buffer)
void Typelib::load (Value v, std::vector< uint8_t > const &buffer, MemoryLayout const &ops)
void Typelib::load (uint8_t *v, std::vector< uint8_t > const &buffer, MemoryLayout const &ops)

Generated on Thu Jan 22 16:37:37 2009 for typeLib by doxygen 1.5.6
SourceForge.net Project Page