module OroGen::TypekitMarshallers::TypeInfo::Type
Public Instance Methods
boost_serialization_compatible?()
click to toggle source
# File lib/orogen/marshallers/type_info.rb, line 75 def boost_serialization_compatible?; false end
info_type()
click to toggle source
# File lib/orogen/marshallers/type_info.rb, line 80 def info_type raise NotImplementedError, "don't know what to use to handle #{self}" end
info_type_header()
click to toggle source
# File lib/orogen/marshallers/type_info.rb, line 76 def info_type_header raise NotImplementedError, "don't know what to use to handle #{self}" end