Open CASCADE Technology 7.8.2.dev
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< Handle< VrmlData_Node > >
 
struct  std::equal_to< Handle< VrmlData_Node > >
 

Namespaces

namespace  std
 

Macros

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

Functions

Standard_Boolean IsEqual (const Handle< VrmlData_Node > &theOne, const Handle< VrmlData_Node > &theTwo)
 

Macro Definition Documentation

◆ VRMLDATA_LCOMPARE

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

Function Documentation

◆ IsEqual()

Standard_Boolean IsEqual ( const Handle< VrmlData_Node > &  theOne,
const Handle< VrmlData_Node > &  theTwo 
)