MODE: INLINE #include #include namespace xs { template <> struct Typemap : TypemapObject { static std::string package () { return "Graphics::Layout::Kiwisolver::Constraint"; } }; } MODULE = Graphics::Layout::Kiwisolver PACKAGE = Graphics::Layout::Kiwisolver::Constraint PROTOTYPES: DISABLE kiwi::Expression* kiwi::Constraint::expression() { RETVAL = &( const_cast( THIS->expression() ) ); } double kiwi::Constraint::strength() bool kiwi::Constraint::_op_neg() (OVERLOAD: neg) { RETVAL = !(*THIS); } BOOT { Stash(__PACKAGE__, GV_ADD).mark_as_loaded(__MODULE__); }