#include <StatPages.h>
Public Member Functions | |
| StatPageData () | |
| StatPageData (char *adata) | |
| StatPageData (char *adata, int alength) | |
Data Fields | |
| char * | data |
| char * | type |
| int | length |
Definition at line 67 of file StatPages.h.
| StatPageData::StatPageData | ( | ) | [inline] |
Definition at line 73 of file StatPages.h.
| StatPageData::StatPageData | ( | char * | adata | ) | [inline] |
Definition at line 76 of file StatPages.h.
References length.
| StatPageData::StatPageData | ( | char * | adata, | |
| int | alength | |||
| ) | [inline] |
Definition at line 80 of file StatPages.h.
| char* StatPageData::data |
Definition at line 69 of file StatPages.h.
Referenced by HttpPagesHandler::handle_callback(), stat_callback(), HttpSM::state_handle_stat_page(), and testpage_callback().
Definition at line 71 of file StatPages.h.
Referenced by HttpPagesHandler::handle_callback(), stat_callback(), HttpSM::state_handle_stat_page(), StatPageData(), and testpage_callback().
| char* StatPageData::type |
Definition at line 70 of file StatPages.h.
Referenced by HttpPagesHandler::handle_callback(), and HttpSM::state_handle_stat_page().
1.7.1