Cross-Platform C++

ot::auxil
class MessageSet

#include "ot/auxil/MessageSet.h"

ot::ManagedObject A helper class used by MessageFactoryImpl to hold a set of internationalized messages.




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=(const ManagedObject&), release()

Constructor/Destructor Detail

MessageSet

 MessageSet(const String& org,
            const String& app)


Method Detail

addMessage

void addMessage(size_t messageID,
                const String& message)


getApplicationName

const StringgetApplicationName() const


getMessageText

bool getMessageText(size_t messageID,
                    String& ret) const


getOrganizationName

const StringgetOrganizationName() const



Cross-Platform C++

Found a bug or missing feature? Please email us at support@elcel.com

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements