Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
Classes | Typedefs
table.h File Reference
#include <ilserver/fstream.h>
#include <ilserver/rp.h>
#include <ilserver/tarray.h>
#include <ilserver/thash.h>
#include <ilmvsw/util.h>
#include <ilmvsw/tablegad.h>
#include <ilmvsw/row.h>
#include <ilmvsw/callback.h>

Classes

class  IlsSwTable
 This class defines a Rogue Wave Server representation object that is a table. More...
 

Typedefs

typedef IlsBoolean(* IlsSwTableCallbackDeleteRowType) (IlsSwTable &table, IlsAny arg, IlsBoolean destroy, IlsSwRow *&row, IlvBoolean &returnValue)
 This is the IlsSwTable callback type for the callback IlsSwTable::DeleteRowSymbol(). More...
 
typedef IlsBoolean(* IlsSwTableCallbackInsertRowType) (IlsSwTable &, IlsAny, IlvInt rowNumber, IliTableBuffer *buf, IlsSwRow *&row, IlvBoolean &returnValue)
 This is the IlsSwTable callback type for the callback IlvSwTable::InsertRowSymbol(). More...
 
typedef IlsBoolean(* IlsSwTableCallbackType) (IlsSwTable &, IlsAny)
 This the default IlsSwTable callback type. More...