Public Member Functions | |
void | tas0 () |
void | tas2 () |
void | tas21 () |
Definition at line 136 of file scalt4.cpp.
void Test::typing4_t::typing4::tas0 | ( | ) | [inline] |
This is the basic procedure for the as() render method.
We expect to start with a string as input. Which is wrapped in a boost::any.
Then rendering is: an any_cast to string; then a lexical cast to the type.
Definition at line 150 of file scalt4.cpp.
void Test::typing4_t::typing4::tas2 | ( | ) | [inline] |
Show that a prototype for boost::any to type T - ys() - works for at least int.
Definition at line 186 of file scalt4.cpp.
void Test::typing4_t::typing4::tas21 | ( | ) | [inline] |
Show that a prototype for string to type T - xs() - works for at least int.
Definition at line 204 of file scalt4.cpp.