Open CASCADE Technology 7.9.1
Loading...
Searching...
No Matches
VrmlData_Node.hxx File Reference

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)

Functions

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

Macro Definition Documentation

◆ VRMLDATA_LCOMPARE

#define VRMLDATA_LCOMPARE ( aa,
bb )
Value:
((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 )