VTK-m  2.0
Public Member Functions | Private Member Functions | Private Attributes | List of all members
vtkm::cont::Token::Reference Class Reference

#include <Token.h>

Public Member Functions

VTKM_CONT bool operator== (Reference rhs) const
 
VTKM_CONT bool operator!= (Reference rhs) const
 

Private Member Functions

VTKM_CONT Reference (const void *internalsPointer)
 

Private Attributes

friend Token
 
const void * InternalsPointer
 

Constructor & Destructor Documentation

◆ Reference()

VTKM_CONT vtkm::cont::Token::Reference::Reference ( const void *  internalsPointer)
inlineprivate

Member Function Documentation

◆ operator!=()

VTKM_CONT bool vtkm::cont::Token::Reference::operator!= ( Reference  rhs) const
inline

◆ operator==()

VTKM_CONT bool vtkm::cont::Token::Reference::operator== ( Reference  rhs) const
inline

Member Data Documentation

◆ InternalsPointer

const void* vtkm::cont::Token::Reference::InternalsPointer
private

◆ Token

friend vtkm::cont::Token::Reference::Token
private

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