|
|
| PluginDiagnosticEvent (Level level, std::string caption, std::string description) |
| |
|
virtual Level | level () const override |
| |
|
virtual const char * | caption () const override |
| |
|
virtual const char * | description () const override |
| |
|
void | setLevel (IPluginDiagnosticEvent::Level level) |
| |
|
void | setCaption (std::string caption) |
| |
|
void | setDescription (std::string description) |
| |
| std::string | toString () const |
| |
|
| RefCountable (const RefCountable &)=delete |
| |
|
| RefCountable (RefCountable &&)=delete |
| |
|
RefCountable & | operator= (const RefCountable &)=delete |
| |
|
RefCountable & | operator= (RefCountable &&)=delete |
| |
|
virtual int | addRef () const override |
| |
|
virtual int | releaseRef () const override |
| |
|
int | refCount () const |
| |
| virtual IRefCountable * | queryInterface (const InterfaceId *id) |
| |
|
Ptr< Interface > | queryInterface () |
| |
|
Ptr< const Interface > | queryInterface () const |
| |
| virtual | ~IRefCountable ()=default |
| |
|
template<class Interface > |
| Ptr< Interface > | queryInterface () |
| |
|
template<class Interface > |
| Ptr< const Interface > | queryInterface () const |
| |
| int | refCountThreadUnsafe () const |
| |
◆ toString()
| std::string nx::sdk::PluginDiagnosticEvent::toString |
( |
| ) |
const |
Intended for logging. Produces a multi-line text without the trailing newline.
The documentation for this class was generated from the following files: