Public Member Functions | Protected Member Functions | Protected Attributes

ClientPagePool Class Reference

Inheritance diagram for ClientPagePool:
PagePool MClientPagePool

List of all members.

Public Member Functions

virtual ClientPageenter_page (int argc, const char *const *argv)
virtual ClientPageenter_metadata (int argc, const char *const *argv)
virtual ClientPageenter_page (const char *name, int size, double mt, double et, double age)
virtual ClientPageenter_metadata (const char *name, int size, double mt, double et, double age)
virtual int remove_page (const char *name)
void invalidate_server (int server_id)
ClientPageget_page (const char *name)
int get_mtime (const char *name, double &mt)
int set_mtime (const char *name, double mt)
int exist_page (const char *name)
int get_size (const char *name, int &size)
int get_age (const char *name, double &age)
int get_etime (const char *name, double &et)
int set_etime (const char *name, double et)
int get_pageinfo (const char *name, char *buf)
virtual int command (int argc, const char *const *argv)

Protected Member Functions

int add_page (ClientPage *pg)

Protected Attributes

Tcl_HashTable * namemap_

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