SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | Static Public Member Functions | List of all members
sc_dt::sc_context< T > Class Template Reference

#include <sysc/datatypes/fx/sc_context.h>

Public Member Functions

 sc_context (const T &, sc_context_begin=SC_NOW)
 
 ~sc_context ()
 
void begin ()
 
void end ()
 
const T & value () const
 

Static Public Member Functions

static const T & default_value ()
 

Detailed Description

template<class T>
class sc_dt::sc_context< T >

Definition at line 77 of file sc_context.h.

Constructor & Destructor Documentation

template<class T >
sc_dt::sc_context< T >::sc_context ( const T &  value_,
sc_context_begin  begin = SC_NOW 
)
inlineexplicit

Definition at line 236 of file sc_context.h.

template<class T >
sc_dt::sc_context< T >::~sc_context ( )
inline

Definition at line 250 of file sc_context.h.

Member Function Documentation

template<class T >
void sc_dt::sc_context< T >::begin ( )
inline

Definition at line 263 of file sc_context.h.

template<class T >
const T & sc_dt::sc_context< T >::default_value ( )
inlinestatic

Definition at line 296 of file sc_context.h.

template<class T >
void sc_dt::sc_context< T >::end ( )
inline

Definition at line 279 of file sc_context.h.

template<class T >
const T & sc_dt::sc_context< T >::value ( ) const
inline

Definition at line 304 of file sc_context.h.


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