mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-07 10:57:28 +05:00
82 lines
1.9 KiB
C++
82 lines
1.9 KiB
C++
// This file is generated by WOK (CPPExt).
|
|
// Please do not edit this file; modify original file instead.
|
|
// The copyright and license terms as defined for the original file apply to
|
|
// this header file considered to be the "object code" form of the original source.
|
|
|
|
#ifndef _DBC_VArrayTNodeOfVArrayOfExtCharacter_HeaderFile
|
|
#define _DBC_VArrayTNodeOfVArrayOfExtCharacter_HeaderFile
|
|
|
|
#include <Standard.hxx>
|
|
#include <Standard_DefineAlloc.hxx>
|
|
#include <Standard_Macro.hxx>
|
|
|
|
#include <Standard_ExtCharacter.hxx>
|
|
#include <Handle_DBC_VArrayNodeOfVArrayOfExtCharacter.hxx>
|
|
#include <Standard_Address.hxx>
|
|
class DBC_VArrayOfExtCharacter;
|
|
class DBC_VArrayNodeOfVArrayOfExtCharacter;
|
|
|
|
|
|
|
|
class DBC_VArrayTNodeOfVArrayOfExtCharacter
|
|
{
|
|
public:
|
|
|
|
DEFINE_STANDARD_ALLOC
|
|
|
|
|
|
DBC_VArrayTNodeOfVArrayOfExtCharacter();
|
|
|
|
DBC_VArrayTNodeOfVArrayOfExtCharacter(const Standard_ExtCharacter& aValue);
|
|
|
|
void SetValue (const Standard_ExtCharacter& aValue) ;
|
|
|
|
Standard_Address Value() const;
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
|
|
Standard_ExtCharacter myValue;
|
|
|
|
|
|
};
|
|
|
|
#define Item Standard_ExtCharacter
|
|
#define Item_hxx <Standard_ExtCharacter.hxx>
|
|
#define DBC_VArrayNode DBC_VArrayNodeOfVArrayOfExtCharacter
|
|
#define DBC_VArrayNode_hxx <DBC_VArrayNodeOfVArrayOfExtCharacter.hxx>
|
|
#define DBC_VArrayTNode DBC_VArrayTNodeOfVArrayOfExtCharacter
|
|
#define DBC_VArrayTNode_hxx <DBC_VArrayTNodeOfVArrayOfExtCharacter.hxx>
|
|
#define Handle_DBC_VArrayNode Handle_DBC_VArrayNodeOfVArrayOfExtCharacter
|
|
#define DBC_VArrayNode_Type_() DBC_VArrayNodeOfVArrayOfExtCharacter_Type_()
|
|
#define DBC_VArray DBC_VArrayOfExtCharacter
|
|
#define DBC_VArray_hxx <DBC_VArrayOfExtCharacter.hxx>
|
|
|
|
#include <DBC_VArrayTNode.lxx>
|
|
|
|
#undef Item
|
|
#undef Item_hxx
|
|
#undef DBC_VArrayNode
|
|
#undef DBC_VArrayNode_hxx
|
|
#undef DBC_VArrayTNode
|
|
#undef DBC_VArrayTNode_hxx
|
|
#undef Handle_DBC_VArrayNode
|
|
#undef DBC_VArrayNode_Type_
|
|
#undef DBC_VArray
|
|
#undef DBC_VArray_hxx
|
|
|
|
|
|
|
|
|
|
#endif // _DBC_VArrayTNodeOfVArrayOfExtCharacter_HeaderFile
|