#include <vCore.h>
Static Public Member Functions | |
| static Expr::Base * | create () |
| template<typename T> | |
| static Expr::Base * | create (T t) |
| template<typename T, typename U> | |
| static Expr::Base * | create (T t, U u) |
| template<typename T, typename U, typename V> | |
| static Expr::Base * | create (T t, U u, V v) |
| template<typename T, typename U, typename V, typename W> | |
| static Expr::Base * | create (T t, U u, V v, W w) |
| template<typename T, typename U, typename V, typename W, typename X> | |
| static Expr::Base * | create (T t, U u, V v, W w, X x) |
Definition at line 323 of file vCore.h.
| static Expr::Base* vValue::Creator< C >::create | ( | ) | [inline, static] |
| static Expr::Base* vValue::Creator< C >::create | ( | T | t | ) | [inline, static] |
| static Expr::Base* vValue::Creator< C >::create | ( | T | t, | |
| U | u | |||
| ) | [inline, static] |
| static Expr::Base* vValue::Creator< C >::create | ( | T | t, | |
| U | u, | |||
| V | v | |||
| ) | [inline, static] |
| static Expr::Base* vValue::Creator< C >::create | ( | T | t, | |
| U | u, | |||
| V | v, | |||
| W | w | |||
| ) | [inline, static] |
| static Expr::Base* vValue::Creator< C >::create | ( | T | t, | |
| U | u, | |||
| V | v, | |||
| W | w, | |||
| X | x | |||
| ) | [inline, static] |
1.5.4