CC_STATE Class Reference
#include <gui_rpc_client.h>
List of all members.
|
Public Member Functions |
| | CC_STATE () |
| | ~CC_STATE () |
| PROJECT * | lookup_project (std::string &) |
| APP * | lookup_app (std::string &, std::string &) |
| APP * | lookup_app (PROJECT *, std::string &) |
| APP_VERSION * | lookup_app_version (std::string &, std::string &, int) |
| APP_VERSION * | lookup_app_version (PROJECT *, std::string &, int) |
| WORKUNIT * | lookup_wu (std::string &, std::string &) |
| WORKUNIT * | lookup_wu (PROJECT *, std::string &) |
| RESULT * | lookup_result (std::string &, std::string &) |
| RESULT * | lookup_result (PROJECT *, std::string &) |
| void | print () |
| void | clear () |
Public Attributes |
| std::vector< PROJECT * > | projects |
| std::vector< APP * > | apps |
| std::vector< APP_VERSION * > | app_versions |
| std::vector< WORKUNIT * > | wus |
| std::vector< RESULT * > | results |
| GLOBAL_PREFS | global_prefs |
| VERSION_INFO | version_info |
| bool | executing_as_daemon |
Constructor & Destructor Documentation
Member Function Documentation
| PROJECT* CC_STATE::lookup_project |
( |
std::string & |
|
) |
|
| APP* CC_STATE::lookup_app |
( |
std::string & |
, |
|
|
std::string & |
| |
|
) |
| | |
| APP* CC_STATE::lookup_app |
( |
PROJECT * |
, |
|
|
std::string & |
| |
|
) |
| | |
| APP_VERSION* CC_STATE::lookup_app_version |
( |
std::string & |
, |
|
|
std::string & |
, |
|
|
int |
| |
|
) |
| | |
| WORKUNIT* CC_STATE::lookup_wu |
( |
std::string & |
, |
|
|
std::string & |
| |
|
) |
| | |
| RESULT* CC_STATE::lookup_result |
( |
std::string & |
, |
|
|
std::string & |
| |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following files: