commore  1.0.6-SNAPSHOT
All Classes Namespaces Functions Variables Typedefs Enumerations Pages
commore::Table Class Reference

#include <Table.h>

Classes

class  ConstLine
 
class  Line
 

Public Member Functions

 Table (const Symbol &name)
 
 Table (const Table &)
 
Tableoperator= (const Table &t)
 
Tableassign (const Table &t)
 
void clear (bool all=false)
 
int add_column (const Symbol &name, Types type)
 
int add_int_col (const Symbol &name)
 
int add_list_int_col (const Symbol &name)
 
int add_bool_col (const Symbol &name)
 
int add_astring_col (const Symbol &name)
 
int add_tuple_col (const Symbol &name)
 
int remove_column (const Symbol &name)
 
int compare (const Table &t) const
 
Line begin ()
 
Line end ()
 
ConstLine begin () const
 
ConstLine end () const
 
Line add_line ()
 
const Symbolget_name () const
 
size_t size () const
 
size_t line_size () const
 
int write_xml (OBStream &o) const
 
int read_xml (IBStream &i)
 
int write (CommBuffer &buffer) const
 
int read (const CommBuffer &buffer)
 

Friends

class Line
 
class ConstLine
 

Detailed Description

Remarks
not used
Todo:
remove from commore

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