ark::serialization::RbufConstantValue

Defined in header “ark/serialization/rbuf_types.hh”.


A constant value (key/value pair) that is intended to be accessible from the top-level headers.

Variables

  • std::string object_namespace
    The namespace this value belongs to, if any.

  • std::string name
    The name of the value (suitable for use in most languages).

  • std::string value
    The value (free form string).

  • RbufConstantType type
    The type of the constant.

  • std::vector< std::string > comments
    A list of comments for this constant.