Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BinaryOp Struct Template Reference

BinaryOp is integrated in the pattern matching system to permit a factorization of the accessors. More...

Inheritance diagram for BinaryOp:

Inheritance graph
[legend]
List of all members.

Public Types

typedef T lhs_node_type
typedef U rhs_node_type

Public Member Functions

 BinaryOp ()
 BinaryOp (const BinaryOp &b)
 BinaryOp (const T &lhs, const U &rhs)
T & lhs ()
const T & lhs () const
U & rhs ()
const U & rhs () const

Detailed Description

template<class T, class U>
struct vcsn::algebra::BinaryOp< T, U >

BinaryOp is integrated in the pattern matching system to permit a factorization of the accessors.

Definition at line 36 of file krat_exp_pattern.hh.


Generated on Mon Jul 24 16:56:48 2006 for Vaucanson by  doxygen 1.4.4