SMACC
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
smacc::SmaccState< MostDerived, Context, InnerInitial, historyMode >::my_context Struct Reference

#include <smacc_state_base.h>

Collaboration diagram for smacc::SmaccState< MostDerived, Context, InnerInitial, historyMode >::my_context:
Collaboration graph

Public Member Functions

 my_context (typename base_type::context_ptr_type pContext)
 

Public Attributes

base_type::context_ptr_type pContext_
 

Detailed Description

template<class MostDerived, class Context, class InnerInitial = mpl::list<>, sc::history_mode historyMode = sc::has_deep_history>
struct smacc::SmaccState< MostDerived, Context, InnerInitial, historyMode >::my_context

Definition at line 40 of file smacc_state_base.h.

Constructor & Destructor Documentation

◆ my_context()

template<class MostDerived , class Context , class InnerInitial = mpl::list<>, sc::history_mode historyMode = sc::has_deep_history>
smacc::SmaccState< MostDerived, Context, InnerInitial, historyMode >::my_context::my_context ( typename base_type::context_ptr_type  pContext)
inline

Definition at line 42 of file smacc_state_base.h.

42 : pContext_(pContext)
43 {
44 }
base_type::context_ptr_type pContext_

Member Data Documentation

◆ pContext_

template<class MostDerived , class Context , class InnerInitial = mpl::list<>, sc::history_mode historyMode = sc::has_deep_history>
base_type::context_ptr_type smacc::SmaccState< MostDerived, Context, InnerInitial, historyMode >::my_context::pContext_

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