NcEngine
nc::StoragePolicy< T > Struct Template Reference

Provide a specialization to customize storage options and behavior for a user-defined type. More...

#include <Component.h>

Inheritance diagram for nc::StoragePolicy< T >:
nc::DefaultStoragePolicy

Additional Inherited Members

- Static Public Attributes inherited from nc::DefaultStoragePolicy
static constexpr bool EnableOnAddCallbacks = false
 Enable the OnAdd Signal in the component's pool.
 
static constexpr bool EnableOnCommitCallbacks = false
 Enable the OnCommit Signal in the component's pool.
 
static constexpr bool EnableOnRemoveCallbacks = false
 Enable the OnRemove Signal in the component's pool.
 

Detailed Description

template<PooledComponent T>
struct nc::StoragePolicy< T >

Provide a specialization to customize storage options and behavior for a user-defined type.

Template Parameters
TA component, which models PooledComponent, to customize.

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