sbepp
Loading...
Searching...
No Matches
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123]
 NsbeppThe main sbepp namespace
 Ncursor_opsContains cursor wrappers which allow more precise control over its position
 NdetailNamespace for various implementation details. Should not be used directly
 Cbitset_baseBase class for bitsets
 Cbyte_rangeBase class for all reference semantics types
 Ccomposite_baseBase class for composites
 Cdynamic_array_refRepresents reference to dynamic arrays used for <data> elements
 Centry_baseBase class for group entries
 Cflat_group_baseBase class for a flat group
 Cmessage_baseBase class for messages
 Cnested_group_baseBase class for a nested group
 Coptional_baseBase class for optional types
 Crequired_baseBase class for required types
 Cstatic_array_refRepresents reference to fixed-size array
 Cbyte_typeTrait to get view's byte type
 Cchar_opt_tBuilt-in char optional type
 Cchar_tBuilt-in char required type
 Ccomposite_traitsProvides various traits/attributes of a <composite> element
 CcursorRepresents cursor which is used in cursor-based API. Clients should not use undocumented methods
 Cdata_traitsProvides various traits/attributes of a <data> element
 Cdefault_init_tTag for dynamic_array_ref::resize(). Used to skip value initialization
 Cdouble_opt_tBuilt-in double optional type
 Cdouble_tBuilt-in double required type
 Cenum_traitsProvides various traits/attributes of an <enum> element
 Cenum_value_traitsProvides various traits/attributes of a <validValue> element
 Cfield_traitsProvides various traits/attributes of a <field> element
 Cfloat_opt_tBuilt-in float optional type
 Cfloat_tBuilt-in float required type
 Cgroup_traitsProvides various traits/attributes of a <group> element
 Cint16_opt_tBuilt-in int16 optional type
 Cint16_tBuilt-in int16 required type
 Cint32_opt_tBuilt-in int32 optional type
 Cint32_tBuilt-in int32 required type
 Cint64_opt_tBuilt-in int64 optional type
 Cint64_tBuilt-in int64 required type
 Cint8_opt_tBuilt-in int8 optional type
 Cint8_tBuilt-in int8 required type
 Cis_enumChecks if T is an enumeration
 Cmessage_traitsProvides various traits/attributes of a <message> element
 Cnullopt_tTag type used to initialize optional types with null value
 Cschema_traitsProvides various traits/attributes of a <messageSchema> element
 Cset_choice_traitsProvides various traits/attributes of a <choice> element
 Cset_traitsProvides various traits/attributes of a <set> element
 Csize_bytes_checked_resultResult type of size_bytes_checked
 Ctraits_tagMaps representation type to its tag
 Ctype_traitsProvides various traits and attributes of a <type> element
 Cuint16_opt_tBuilt-in uint16 optional type
 Cuint16_tBuilt-in uint16 required type
 Cuint32_opt_tBuilt-in uint32 optional type
 Cuint32_tBuilt-in uint32 required type
 Cuint64_opt_tBuilt-in uint64 optional type
 Cuint64_tBuilt-in uint64 required type
 Cuint8_opt_tBuilt-in uint8 optional type
 Cuint8_tBuilt-in uint8 required type
 Cunknown_enum_value_tagTag for unknown enum values
 Rarray_typeConcept for sbepp::is_array_type<T>::value
 Rrequired_typeConcept for sbepp::is_required_type<T>::value
 Roptional_typeConcept for sbepp::is_optional_type<T>::value
 Rnon_array_typeConcept for sbepp::is_non_array_type<T>::value
 RtypeConcept for sbepp::is_type<T>::value
 RenumerationConcept for sbepp::is_enum<T>::value
 RsetConcept for sbepp::is_set<T>::value
 RcompositeConcept for sbepp::is_composite<T>::value
 RmessageConcept for sbepp::is_message<T>::value
 Rflat_groupConcept for sbepp::is_flat_group<T>::value
 Rnested_groupConcept for sbepp::is_nested_group<T>::value
 RgroupConcept for sbepp::is_group<T>::value
 RdataConcept for sbepp::is_data<T>::value