no_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 159 of file operators.hpp.


Member Function Documentation

static generic set_name (  )  [inline, static]

Definition at line 160 of file operators.hpp.

References mmx::GEN_NOOP.

00160 { return GEN_NOOP; }

static void set_op ( C1 &  x1,
C2 x2,
C3 &  x3 
) [inline, static]

Definition at line 166 of file operators.hpp.

00166 { (void) x1; (void) x2; (void) x3; }

static void set_op ( C1 &  x1,
C2 x2 
) [inline, static]

Definition at line 164 of file operators.hpp.

00164 { (void) x1; (void) x2; }

static void set_op ( C1 &  x1  )  [inline, static]

Definition at line 162 of file operators.hpp.

00162 { (void) x1; }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1