Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
Scope

#include "jsonipc.hh"

Public Member Functions

Scope (InstanceMap &instance_map, ScopeLocalsP localsp={})
~Scope ()

Static Public Member Functions

static InstanceMap *instance_map ()
template<typename T >
static std::shared_ptr< T >make_shared ()

Detailed Description

Keep track of temporary instances during IpcDispatcher::dispatch_message().

Constructor & Destructor Documentation

Scope()

Scope ( InstanceMap & instance_map,
ScopeLocalsP localsp = {}
)
explicit

~Scope()

~Scope ( )

Member Function Documentation

make_shared()

template<typename T >
static std::shared_ptr< T > make_shared ( )
static

instance_map()

static InstanceMap * instance_map ( )
static