MIRA
Public Types | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Friends | List of all members
RPCServer::MethodInfo::ReflectMethodParamsDocumentation Class Reference

#include <rpc/RPCServer.h>

Inheritance diagram for RPCServer::MethodInfo::ReflectMethodParamsDocumentation:
Inheritance graph
[legend]

Public Types

typedef Base::Type Type
 

Static Public Member Functions

static bool enabled ()
 
static Typeinstance ()
 Returns a reference to the singleton instance. More...
 
static bool isDestroyed ()
 Returns true, if the singleton was already destroyed. More...
 

Protected Member Functions

 ReflectMethodParamsDocumentation ()
 

Static Protected Member Functions

static TypemakeInstance ()
 
static void destroyInstance (void)
 

Friends

class singleton::CreateUsingNew< ReflectMethodParamsDocumentation >
 

Member Typedef Documentation

◆ Type

typedef Base::Type Type
inherited

Constructor & Destructor Documentation

◆ ReflectMethodParamsDocumentation()

ReflectMethodParamsDocumentation ( )
inlineprotected

Member Function Documentation

◆ enabled()

static bool enabled ( )
inlinestatic

◆ instance()

static Type& instance ( )
inlinestaticinherited

Returns a reference to the singleton instance.

Exceptions
XLogicalIf the singleton was already destroyed (dead reference) or not yet created (when using ExplicitInstantiation).

◆ isDestroyed()

static bool isDestroyed ( )
inlinestaticinherited

Returns true, if the singleton was already destroyed.

Trying to access it will result in an exception.

◆ makeInstance()

static Type* makeInstance ( )
inlinestaticprotectedinherited

◆ destroyInstance()

static void destroyInstance ( void  )
inlinestaticprotectedinherited

Friends And Related Function Documentation

◆ singleton::CreateUsingNew< ReflectMethodParamsDocumentation >


The documentation for this class was generated from the following file: