glue/glue_expression.cpp File Reference

#include <basix/int.hpp>
#include <basix/vector.hpp>
#include <basix/port.hpp>
#include <basix/literal.hpp>
#include <basix/compound.hpp>
#include <basix/mmx_syntax.hpp>
#include <basix/lisp_syntax.hpp>
#include <basix/cpp_syntax.hpp>
#include <basix/glue.hpp>

Go to the source code of this file.

Namespaces

Defines

Functions


Define Documentation

#define compound_arguments (  )     cdr (as_vector (x))

Definition at line 17 of file glue_expression.cpp.

#define gen_compound_apply ( f,
 )     gen (as<generic> (f), v)

Definition at line 18 of file glue_expression.cpp.

#define gen_literal_access ( f,
 )     access (as<generic> (f), v)

Definition at line 15 of file glue_expression.cpp.

#define gen_literal_apply ( f,
 )     gen (as<generic> (f), v)

Definition at line 14 of file glue_expression.cpp.

#define int_literal (  )     as_int (as_string (x))

Definition at line 12 of file glue_expression.cpp.

#define is_generic_compound   is<compound>

Definition at line 16 of file glue_expression.cpp.

#define is_generic_literal   is<literal>

Definition at line 13 of file glue_expression.cpp.


Generated on 6 Dec 2012 for basix by  doxygen 1.6.1