SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_dt::sc_length_param Class Reference

Length parameter type. More...

#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

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

Detailed Description

Length parameter type.

Definition at line 83 of file sc_length_param.h.

Constructor & Destructor Documentation

◆ sc_length_param() [1/4]

sc_dt::sc_length_param::sc_length_param ( )
inline

Definition at line 135 of file sc_length_param.h.

◆ sc_length_param() [2/4]

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

Definition at line 141 of file sc_length_param.h.

◆ sc_length_param() [3/4]

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

Definition at line 147 of file sc_length_param.h.

◆ sc_length_param() [4/4]

sc_dt::sc_length_param::sc_length_param ( sc_without_context  )
inlineexplicit

Definition at line 152 of file sc_length_param.h.

Member Function Documentation

◆ dump()

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

◆ len() [1/2]

int sc_dt::sc_length_param::len ( ) const
inline

Definition at line 186 of file sc_length_param.h.

◆ len() [2/2]

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

Definition at line 193 of file sc_length_param.h.

◆ operator=()

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

Definition at line 159 of file sc_length_param.h.

◆ print()

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

◆ to_string()

const std::string sc_dt::sc_length_param::to_string ( ) const

Friends And Related Function Documentation

◆ operator!=

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

Definition at line 178 of file sc_length_param.h.

◆ operator==

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

Definition at line 171 of file sc_length_param.h.


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