Web Analytics Made Easy - Statcounter
Skip to content

File SBCContainerUUID.hpp#

FileList > Container > SBCContainerUUID.hpp

  • #include <array>
  • #include <string>
  • #include <iostream>
  • #include <stdint.h>
  • #include "SBCContainerExport.hpp"
  • #include "SBCSystemDefinitions.hpp"

Classes#

Type Name
class SBCContainerUUID
This class describes a universally unique identifier (UUID).

Public Types#

Type Name
typedef SBCContainerUUID SBUUID
The short name of SBCContainerUUID .

Public Functions#

Type Name
std::ostream & operator<< (std::ostream & s, const SBCContainerUUID & uuid)
Prints the UUID.

Public Types Documentation#

typedef SBUUID#

The short name of SBCContainerUUID .

typedef SBCContainerUUID SBUUID;


Public Functions Documentation#

function operator<<#

Prints the UUID.

std::ostream & operator<< (
    std::ostream & s,
    const SBCContainerUUID & uuid
)