Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Structures | Namespaces | Macros | Functions
VrmlData_Node.hxx File Reference
#include <NCollection_List.hxx>
#include <Standard_Type.hxx>
#include <Standard_TypeDef.hxx>
#include <TCollection_AsciiString.hxx>
#include <Standard_CStringHasher.hxx>
#include <VrmlData_ErrorStatus.hxx>

Data Structures

class  VrmlData_Node
 
struct  std::hash< occ::handle< VrmlData_Node > >
 
struct  std::equal_to< occ::handle< VrmlData_Node > >
 

Namespaces

namespace  std
 STL namespace.
 

Macros

#define VRMLDATA_LCOMPARE(aa, bb)    ((strncmp(aa, bb, sizeof(bb) - 1)) ? nullptr : (aa += sizeof(bb) - 1))
 

Functions

bool IsEqual (const occ::handle< VrmlData_Node > &theOne, const occ::handle< VrmlData_Node > &theTwo)
 

Macro Definition Documentation

◆ VRMLDATA_LCOMPARE

#define VRMLDATA_LCOMPARE ( aa,
bb )    ((strncmp(aa, bb, sizeof(bb) - 1)) ? nullptr : (aa += sizeof(bb) - 1))

Function Documentation

◆ IsEqual()

bool IsEqual ( const occ::handle< VrmlData_Node > & theOne,
const occ::handle< VrmlData_Node > & theTwo )