45 class tlv :
public memory_file
59 U_16 get_type()
const {
return type; };
60 void set_type(U_16 val) { type = val; };
contains a class that permits arbitrary large data storage
Memory_file is a generic_file class that only uses virtual memory.
this is the interface class from which all other data transfer classes inherit
this is the base class of object that can be allocated on a memory pool