Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

scv_expression.cpp File Reference

#include "scv/scv_util.h"
#include "scv/scv_introspection.h"
#include "scv/scv_debug.h"

Include dependency graph for scv_expression.cpp:

Include dependency graph

Go to the source code of this file.

Functions

scv_expression operator== (const scv_expression &a, const scv_expression &b)
scv_expression operator!= (const scv_expression &a, const scv_expression &b)
scv_expression operator> (const scv_expression &a, const scv_expression &b)
scv_expression operator< (const scv_expression &a, const scv_expression &b)
scv_expression operator>= (const scv_expression &a, const scv_expression &b)
scv_expression operator<= (const scv_expression &a, const scv_expression &b)
scv_expression operator && (const scv_expression &a, const scv_expression &b)
scv_expression operator|| (const scv_expression &a, const scv_expression &b)
scv_expression operator! (const scv_expression &a)
scv_expression operator+ (const scv_expression &a, const scv_expression &b)
scv_expression operator- (const scv_expression &a, const scv_expression &b)
scv_expression operator * (const scv_expression &a, const scv_expression &b)
void _scv_update_signal_value (const scv_expression &e)


Function Documentation

void _scv_update_signal_value const scv_expression   e
 

Definition at line 250 of file scv_expression.cpp.

References scv_expression::update_signal_value().

scv_expression operator && const scv_expression   a,
const scv_expression   b
 

Definition at line 109 of file scv_expression.cpp.

References scv_expression::AND.

scv_expression operator * const scv_expression   a,
const scv_expression   b
 

Definition at line 138 of file scv_expression.cpp.

References scv_expression::MULTIPLY.

scv_expression operator! const scv_expression   a
 

Definition at line 121 of file scv_expression.cpp.

References scv_expression::NOT.

scv_expression operator!= const scv_expression   a,
const scv_expression   b
 

Definition at line 79 of file scv_expression.cpp.

References scv_expression::NOT_EQUAL.

scv_expression operator+ const scv_expression   a,
const scv_expression   b
 

Definition at line 126 of file scv_expression.cpp.

References scv_expression::PLUS.

scv_expression operator- const scv_expression   a,
const scv_expression   b
 

Definition at line 132 of file scv_expression.cpp.

References scv_expression::MINUS.

scv_expression operator< const scv_expression   a,
const scv_expression   b
 

Definition at line 91 of file scv_expression.cpp.

References scv_expression::LESS_THAN.

scv_expression operator<= const scv_expression   a,
const scv_expression   b
 

Definition at line 103 of file scv_expression.cpp.

References scv_expression::LESS_OR_EQUAL.

scv_expression operator== const scv_expression   a,
const scv_expression   b
 

Definition at line 73 of file scv_expression.cpp.

References scv_expression::EQUAL.

scv_expression operator> const scv_expression   a,
const scv_expression   b
 

Definition at line 85 of file scv_expression.cpp.

References scv_expression::GREATER_THAN.

scv_expression operator>= const scv_expression   a,
const scv_expression   b
 

Definition at line 97 of file scv_expression.cpp.

References scv_expression::GREATER_OR_EQUAL.

scv_expression operator|| const scv_expression   a,
const scv_expression   b
 

Definition at line 115 of file scv_expression.cpp.

References scv_expression::OR.


Generated on Fri Jan 14 08:30:43 2005 for SystemC2.1beta11(excludingMSLib)(IncludingSCV)\nProvidedby:www.openverificationfoundation.org by doxygen1.2.18