|
OpenTop 1.3 | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | Cross-Platform C++ | ||||
SUMMARY: CONSTRUCTOR | METHOD | DETAIL: CONSTRUCTOR | METHOD |
#include "ot/base/SystemMonitor.h"
#include "ot/base/SystemMonitor.h" using namespace ot; int main(int argc, char* argv[]) { // create a SystemMonitor instance to ensure clean termination SystemMonitor monitor; // do anything here... return (0); }
Constructor/Destructor Summary | |
~SystemMonitor() Destructor. |
Constructor/Destructor Detail |
~SystemMonitor()
|
OpenTop 1.3 | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | Cross-Platform C++ | ||||
SUMMARY: CONSTRUCTOR | METHOD | DETAIL: CONSTRUCTOR | METHOD |