basix_doc 0.1
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().

{ return gen_hash (x); }
static generic name ( ) [inline, static]

Definition at line 99 of file source_track.cpp.

{ 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().

{ 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().

{ return gen_eq (x, y); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines