synfig-core
1.0.3
|
#include <type.h>
Public Member Functions | |
Description (OperationType operation_type=TYPE_NONE, TypeId return_type=0, TypeId type_a=0, TypeId type_b=0) | |
bool | operator< (const Description &other) const |
bool | operator> (const Description &other) const |
bool | operator!= (const Description &other) const |
bool | operator== (const Description &other) const |
Static Public Member Functions | |
static Description | get_create (TypeId type) |
static Description | get_destroy (TypeId type) |
static Description | get_set (TypeId type) |
static Description | get_put (TypeId type) |
static Description | get_get (TypeId type) |
static Description | get_copy (TypeId type_a, TypeId type_b) |
static Description | get_copy (TypeId type) |
static Description | get_compare (TypeId type_a, TypeId type_b) |
static Description | get_compare (TypeId type) |
static Description | get_to_string (TypeId type) |
static Description | get_binary (OperationType operation_type, TypeId return_type, TypeId type_a, TypeId type_b) |
Public Attributes | |
OperationType | operation_type |
TypeId | return_type |
TypeId | type_a |
TypeId | type_b |
|
inline |
|
inline |
References operation_type, return_type, type_a, and type_b.
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
Referenced by synfig::ValueBase::clear().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Referenced by synfig::ValueBase::operator==(), and synfig::Type::register_compare().
|
inlinestatic |
References get_compare().
Referenced by get_compare().
|
inlinestatic |
Referenced by synfig::Type::register_to_string().
|
inlinestatic |
Referenced by synfig::Type::register_binary().
OperationType synfig::Operation::Description::operation_type |
Referenced by operator<().
TypeId synfig::Operation::Description::return_type |
Referenced by operator<().
TypeId synfig::Operation::Description::type_a |
Referenced by operator<().
TypeId synfig::Operation::Description::type_b |
Referenced by operator<().