Zivid C++ API  2.4.2+1a2e8cfb-1
Defining the Future of 3D Machine Vision
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
Zivid::CameraInfo::UserData::MaxSizeBytes Class Reference

The maximum number of bytes of user data that can be stored in the camera More...

#include <Zivid/CameraInfo.h>

Public Types

using ValueType = uint64_t
 The type of the underlying value More...
 

Public Member Functions

 MaxSizeBytes ()=default
 Default constructor More...
 
constexpr MaxSizeBytes (uint64_t value)
 Constructor More...
 
uint64_t value () const
 Get the value More...
 
std::string toString () const
 Get the value as string More...
 
bool operator== (const MaxSizeBytes &other) const
 Comparison operator More...
 
bool operator!= (const MaxSizeBytes &other) const
 Comparison operator More...
 
bool operator< (const MaxSizeBytes &other) const
 Comparison operator More...
 
bool operator> (const MaxSizeBytes &other) const
 Comparison operator More...
 

Static Public Member Functions

static constexpr Range< uint64_t > validRange ()
 The range of valid values for MaxSizeBytes More...
 

Static Public Attributes

static constexpr DataModel::NodeType nodeType = DataModel::NodeType::leafValue
 The type of this node More...
 
static constexpr const char * path { "UserData/MaxSizeBytes" }
 The full path for this value More...
 
static constexpr const char * name { "MaxSizeBytes" }
 The name of this value More...
 
static constexpr const char * description
 The description for this value More...
 

Friends

struct DataModel::Detail::Befriend< MaxSizeBytes >
 
std::ostream & operator<< (std::ostream &stream, const MaxSizeBytes &value)
 Operator to serialize the value to a stream More...
 

Detailed Description

The maximum number of bytes of user data that can be stored in the camera

Member Typedef Documentation

◆ ValueType

The type of the underlying value

Constructor & Destructor Documentation

◆ MaxSizeBytes() [1/2]

Zivid::CameraInfo::UserData::MaxSizeBytes::MaxSizeBytes ( )
default

Default constructor

◆ MaxSizeBytes() [2/2]

constexpr Zivid::CameraInfo::UserData::MaxSizeBytes::MaxSizeBytes ( uint64_t  value)
inlineexplicitconstexpr

Constructor

Member Function Documentation

◆ operator!=()

bool Zivid::CameraInfo::UserData::MaxSizeBytes::operator!= ( const MaxSizeBytes other) const
inline

Comparison operator

◆ operator<()

bool Zivid::CameraInfo::UserData::MaxSizeBytes::operator< ( const MaxSizeBytes other) const
inline

Comparison operator

◆ operator==()

bool Zivid::CameraInfo::UserData::MaxSizeBytes::operator== ( const MaxSizeBytes other) const
inline

Comparison operator

◆ operator>()

bool Zivid::CameraInfo::UserData::MaxSizeBytes::operator> ( const MaxSizeBytes other) const
inline

Comparison operator

◆ toString()

std::string Zivid::CameraInfo::UserData::MaxSizeBytes::toString ( ) const

Get the value as string

◆ validRange()

static constexpr Range<uint64_t> Zivid::CameraInfo::UserData::MaxSizeBytes::validRange ( )
inlinestaticconstexpr

The range of valid values for MaxSizeBytes

◆ value()

uint64_t Zivid::CameraInfo::UserData::MaxSizeBytes::value ( ) const

Get the value

Friends And Related Function Documentation

◆ DataModel::Detail::Befriend< MaxSizeBytes >

friend struct DataModel::Detail::Befriend< MaxSizeBytes >
friend

◆ operator<<

std::ostream& operator<< ( std::ostream &  stream,
const MaxSizeBytes value 
)
friend

Operator to serialize the value to a stream

Member Data Documentation

◆ description

constexpr const char* Zivid::CameraInfo::UserData::MaxSizeBytes::description
staticconstexpr
Initial value:
{
R"description(The maximum number of bytes of user data that can be stored in the camera)description"
}

The description for this value

◆ name

constexpr const char* Zivid::CameraInfo::UserData::MaxSizeBytes::name { "MaxSizeBytes" }
staticconstexpr

The name of this value

◆ nodeType

constexpr DataModel::NodeType Zivid::CameraInfo::UserData::MaxSizeBytes::nodeType = DataModel::NodeType::leafValue
staticconstexpr

The type of this node

◆ path

constexpr const char* Zivid::CameraInfo::UserData::MaxSizeBytes::path { "UserData/MaxSizeBytes" }
staticconstexpr

The full path for this value


The documentation for this class was generated from the following file: