Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
Jsonipc::Scope Class Reference

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

#include "jsonipc.hh"

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

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

Definition at line 163 of file jsonipc.hh.

Constructor & Destructor Documentation

◆ Scope()

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

Definition at line 788 of file jsonipc.hh.

◆ ~Scope()

Jsonipc::Scope::~Scope ( )

Definition at line 203 of file jsonipc.hh.

Member Function Documentation

◆ instance_map()

static InstanceMap * Jsonipc::Scope::instance_map ( )
static

Definition at line 195 of file jsonipc.hh.

◆ make_shared()

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

Definition at line 181 of file jsonipc.hh.


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