Module: OroGen::TypekitMarshallers::TypeInfo::Type

Defined in:
lib/orogen/marshallers/type_info.rb

Instance Method Summary collapse

Instance Method Details

#boost_serialization_compatible?Boolean

Returns:

  • (Boolean)


75
# File 'lib/orogen/marshallers/type_info.rb', line 75

def boost_serialization_compatible?; false end

#info_typeObject

Raises:

  • (NotImplementedError)


80
81
82
# 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_headerObject

Raises:

  • (NotImplementedError)


76
77
78
# 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