Crate iceoryx2_bb_system_types

source ·

Modules§

  • Relocatable (inter-process shared memory compatible) semantic_string::SemanticString implementation for FileName. All modification operations ensure that never an invalid file or path name can be generated. All strings have a fixed size so that the maximum path or file name length the system supports can be stored.
  • Relocatable (inter-process shared memory compatible) SemanticString implementation for FilePath. All modification operations ensure that never an invalid file or path name can be generated. All strings have a fixed size so that the maximum path or file name length the system supports can be stored.
  • Relocatable (inter-process shared memory compatible) semantic_string::SemanticString implementations for GroupName.
  • Relocatable (inter-process shared memory compatible) SemanticString implementation for Path. All modification operations ensure that never an invalid file or path name can be generated. All strings have a fixed size so that the maximum path or file name length the system supports can be stored.
  • Relocatable (inter-process shared memory compatible) semantic_string::SemanticString implementations for UserName.