SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | Friends | List of all members
sc_dt::sc_length_param Class Reference

#include <sysc/datatypes/int/sc_length_param.h>

Public Member Functions

 sc_length_param ()
 
 sc_length_param (int)
 
 sc_length_param (const sc_length_param &)
 
 sc_length_param (sc_without_context)
 
sc_length_paramoperator= (const sc_length_param &)
 
int len () const
 
void len (int)
 
const std::string to_string () const
 
void print (::std::ostream &=::std::cout) const
 
void dump (::std::ostream &=::std::cout) const
 

Friends

bool operator== (const sc_length_param &, const sc_length_param &)
 
bool operator!= (const sc_length_param &, const sc_length_param &)
 

Detailed Description

Definition at line 81 of file sc_length_param.h.

Constructor & Destructor Documentation

sc_dt::sc_length_param::sc_length_param ( )
inline

Definition at line 123 of file sc_length_param.h.

sc_dt::sc_length_param::sc_length_param ( int  len_)
inline

Definition at line 129 of file sc_length_param.h.

sc_dt::sc_length_param::sc_length_param ( const sc_length_param a)
inline

Definition at line 135 of file sc_length_param.h.

sc_dt::sc_length_param::sc_length_param ( sc_without_context  )
inlineexplicit

Definition at line 140 of file sc_length_param.h.

Member Function Documentation

void sc_dt::sc_length_param::dump ( ::std::ostream &  = ::std::cout) const
int sc_dt::sc_length_param::len ( ) const
inline

Definition at line 174 of file sc_length_param.h.

void sc_dt::sc_length_param::len ( int  len_)
inline

Definition at line 181 of file sc_length_param.h.

sc_length_param & sc_dt::sc_length_param::operator= ( const sc_length_param a)
inline

Definition at line 147 of file sc_length_param.h.

void sc_dt::sc_length_param::print ( ::std::ostream &  = ::std::cout) const
const std::string sc_dt::sc_length_param::to_string ( ) const

Friends And Related Function Documentation

bool operator!= ( const sc_length_param a,
const sc_length_param b 
)
friend

Definition at line 166 of file sc_length_param.h.

bool operator== ( const sc_length_param a,
const sc_length_param b 
)
friend

Definition at line 159 of file sc_length_param.h.


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