Go to the source code of this file.
Classes | |
struct | cml::et::assignable_tag |
Marker for assignable types. More... | |
struct | cml::et::binary_expression |
Marker for biary expression ops. More... | |
struct | cml::et::expr_leaf_tag |
Marker for expression tree terminals (leaves). More... | |
struct | cml::et::expr_node_tag |
Marker for expression tree operator nodes. More... | |
struct | cml::et::matrix_result_tag |
Tag an expression as returning a matrix. More... | |
struct | cml::et::not_assignable_tag |
Marker for assignable types. More... | |
struct | cml::et::quaternion_result_tag |
Tag an expression as returning a quaternion. More... | |
struct | cml::et::scalar_result_tag |
Tag an expression as returning a scalar. More... | |
struct | cml::et::unary_expression |
Marker for unary expression ops. More... | |
struct | cml::et::vector_result_tag |
Tag an expression as returning a vector. More... | |
Namespaces | |
namespace | cml |
namespace | cml::et |
Definition in file tags.h.