15 #ifndef FORMULA_CALLABLE_HPP_INCLUDED
16 #define FORMULA_CALLABLE_HPP_INCLUDED
29 : name(name), access(access)
50 std::vector<formula_input>
inputs()
const {
51 std::vector<formula_input>
res;
64 virtual void get_inputs(std::vector<formula_input>* )
const {}
79 if( type_ < callable->
type_ )
82 if( type_ > callable->
type_ )
85 return this < callable ? -1 : (
this == callable ? 0 : 1);
90 throw type_error(
"Tried to serialize type which cannot be serialized");
boost::intrusive_ptr< const map_formula_callable > const_map_formula_callable_ptr
void turn_reference_counting_off() const
boost::intrusive_ptr< map_formula_callable > map_formula_callable_ptr
GLsizei const GLfloat * value
int main(int argc, char **argv)
variant get_member(const std::string &str) const
GLsizei const GLcharARB ** string