|
OpenTop 1.3 | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | Cross-Platform C++ | ||||
SUMMARY: CONSTRUCTOR | METHOD | DETAIL: CONSTRUCTOR | METHOD |
#include "ot/auxil/MessageSet.h"
Constructor/Destructor Summary | |
MessageSet(const String& org, const String& app) |
Method Summary | |
void |
addMessage(size_t messageID, const String& message) |
const String& |
getApplicationName() const |
bool |
getMessageText(size_t messageID, String& ret) const |
const String& |
getOrganizationName() const |
Methods inherited from class ot::ManagedObject |
addRef, getRefCount, onFinalRelease, operator=, release |
Constructor/Destructor Detail |
MessageSet(const String& org, const String& app)
Method Detail |
void addMessage(size_t messageID, const String& message)
const String& getApplicationName() const
bool getMessageText(size_t messageID, String& ret) const
const String& getOrganizationName() const
|
OpenTop 1.3 | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | Cross-Platform C++ | ||||
SUMMARY: CONSTRUCTOR | METHOD | DETAIL: CONSTRUCTOR | METHOD |