#include <src/cpptcl/cpptcl.h>
Public Member Functions | |
policies & | factory (std::string const &name) |
policies () | |
policies & | sink (int index) |
policies & | variadic () |
Public Attributes | |
std::string | factory_ |
std::vector< int > | sinks_ |
bool | variadic_ |
Tcl::policies::policies | ( | ) | [inline] |
policies & policies::factory | ( | std::string const & | name | ) |
policies & policies::sink | ( | int | index | ) |
policies & policies::variadic | ( | ) |
Referenced by factory(), and post_process_policies().
std::vector<int> Tcl::policies::sinks_ |
Referenced by post_process_policies(), and sink().
Referenced by Tcl::details::get_var_params(), and variadic().