gen_eq_op Struct Reference

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 98 of file source_track.cpp.


Member Function Documentation

static nat hash_op ( const generic x  )  [inline, static]

Definition at line 105 of file source_track.cpp.

References mmx::gen_hash().

00105 { return gen_hash (x); }

static generic name (  )  [inline, static]

Definition at line 99 of file source_track.cpp.

00099 { return generic ("gen_eq"); }

static bool not_op ( const generic x,
const generic y 
) [inline, static]

Definition at line 103 of file source_track.cpp.

References mmx::gen_neq().

00103 { return gen_neq (x, y); }

static bool op ( const generic x,
const generic y 
) [inline, static]

Definition at line 101 of file source_track.cpp.

References mmx::gen_eq().

00101 { return gen_eq (x, y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1