synfig-core
1.0.3
|
#include <named_type.h>
Public Member Functions | |
named_type (std::string const &name) | |
std::string | name () const |
Public Attributes | |
std::string | _name |
T | value |
Class for the arguments with name since the Boost library doesn't support named arguments, just hardcoded "arg". The arguments with a description of the expected argument are clearer and hence this class.
|
inline |
|
inline |
References named_type< T >::_name.
std::string named_type< T >::_name |
Referenced by named_type< T >::name().
T named_type< T >::value |