HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImath::StringTableIndex Struct Reference

#include <PyImathStringTable.h>

Public Types

typedef uint32_t index_type
 

Public Member Functions

 StringTableIndex ()
 
 StringTableIndex (const StringTableIndex &si)
 
 StringTableIndex (index_type i)
 
 ~StringTableIndex ()=default
 
const StringTableIndexoperator= (const StringTableIndex &si)
 
bool operator== (const StringTableIndex &si) const
 
bool operator!= (const StringTableIndex &si) const
 
bool operator< (const StringTableIndex &si) const
 
index_type index () const
 

Detailed Description

Definition at line 22 of file PyImathStringTable.h.

Member Typedef Documentation

Definition at line 25 of file PyImathStringTable.h.

Constructor & Destructor Documentation

PyImath::StringTableIndex::StringTableIndex ( )
inline

Definition at line 33 of file PyImathStringTable.h.

PyImath::StringTableIndex::StringTableIndex ( const StringTableIndex si)
inline

Definition at line 34 of file PyImathStringTable.h.

PyImath::StringTableIndex::StringTableIndex ( index_type  i)
inlineexplicit

Definition at line 35 of file PyImathStringTable.h.

PyImath::StringTableIndex::~StringTableIndex ( )
default

Member Function Documentation

index_type PyImath::StringTableIndex::index ( ) const
inline

Definition at line 62 of file PyImathStringTable.h.

bool PyImath::StringTableIndex::operator!= ( const StringTableIndex si) const
inline

Definition at line 51 of file PyImathStringTable.h.

bool PyImath::StringTableIndex::operator< ( const StringTableIndex si) const
inline

Definition at line 57 of file PyImathStringTable.h.

const StringTableIndex& PyImath::StringTableIndex::operator= ( const StringTableIndex si)
inline

Definition at line 38 of file PyImathStringTable.h.

bool PyImath::StringTableIndex::operator== ( const StringTableIndex si) const
inline

Definition at line 46 of file PyImathStringTable.h.


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