HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UN_GenericBufferID Class Reference

#include <UN_GenericData.h>

Public Member Functions

 UN_GenericBufferID ()=default
 
 UN_GenericBufferID (exint v)
 
bool isValid () const
 
exint value () const
 
 operator bool () const
 

Detailed Description

A strongly-typed identifier for a generic data buffer. Returned by UN_GenericData::addBuffer() and used to access data in that buffer.

Definition at line 43 of file UN_GenericData.h.

Constructor & Destructor Documentation

UN_GenericBufferID::UN_GenericBufferID ( )
default
UN_GenericBufferID::UN_GenericBufferID ( exint  v)
inlineexplicit

Definition at line 47 of file UN_GenericData.h.

Member Function Documentation

bool UN_GenericBufferID::isValid ( ) const
inline

Definition at line 49 of file UN_GenericData.h.

UN_GenericBufferID::operator bool ( ) const
inlineexplicit

Definition at line 51 of file UN_GenericData.h.

exint UN_GenericBufferID::value ( ) const
inline

Definition at line 50 of file UN_GenericData.h.


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