MT Showcase SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Showcase::ComponentPlaceholder Class Reference

This class is used to obtain the minimum amount of information about the component before it can be constructed (component and name) More...

#include <Component.hpp>

Inherits enable_shared_from_this< ComponentPlaceholder >.

Public Member Functions

void init (CachedGraphPtr cgraph)
 

Detailed Description

This class is used to obtain the minimum amount of information about the component before it can be constructed (component and name)

Member Function Documentation

void Showcase::ComponentPlaceholder::init ( CachedGraphPtr  cgraph)

In some cases this may be called straight from main thread. The values found from cache are thrown into graph executor and handled later.