Class: GPS_PVT::SylphideMath::GC_VALUE
- Inherits:
-
Object
- Object
- GPS_PVT::SylphideMath::GC_VALUE
- Defined in:
- ext/gps_pvt/SylphideMath/SylphideMath_wrap.cxx
Instance Method Summary collapse
-
#inspect(*args) ⇒ Object
call-seq: inspect -> VALUE.
-
#to_s(*args) ⇒ Object
call-seq: to_s -> VALUE.
Instance Method Details
#inspect(*args) ⇒ Object
call-seq:
inspect -> VALUE
Inspect class and its contents.
4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 |
# File 'ext/gps_pvt/SylphideMath/SylphideMath_wrap.cxx', line 4316 SWIGINTERN VALUE _wrap_GC_VALUE_inspect(int argc, VALUE *argv, VALUE self) { swig::GC_VALUE *arg1 = (swig::GC_VALUE *) 0 ; swig::GC_VALUE r1 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } r1 = self; arg1 = &r1; result = (VALUE)((swig::GC_VALUE const *)arg1)->inspect(); vresult = result; return vresult; fail: return Qnil; } |
#to_s(*args) ⇒ Object
call-seq:
to_s -> VALUE
Convert class to a String representation.
4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 |
# File 'ext/gps_pvt/SylphideMath/SylphideMath_wrap.cxx', line 4343 SWIGINTERN VALUE _wrap_GC_VALUE_to_s(int argc, VALUE *argv, VALUE self) { swig::GC_VALUE *arg1 = (swig::GC_VALUE *) 0 ; swig::GC_VALUE r1 ; VALUE result; VALUE vresult = Qnil; if ((argc < 0) || (argc > 0)) { rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail; } r1 = self; arg1 = &r1; result = (VALUE)((swig::GC_VALUE const *)arg1)->to_s(); vresult = result; return vresult; fail: return Qnil; } |