summaryrefslogtreecommitdiff
path: root/drv/StdSchema/StdSchema_PNaming_Naming_1.cxx
blob: d87bdc900e207768a584e7139569408383100cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#ifndef _StdSchema_PNaming_Naming_1_HeaderFile
#include <StdSchema_PNaming_Naming_1.hxx>
#endif
#ifndef _PNaming_Naming_1_HeaderFile
#include <PNaming_Naming_1.hxx>
#endif
#include <StdSchema_PNaming_Naming_1.ixx>
#ifndef _Storage_Schema_HeaderFile
#include <Storage_Schema.hxx>
#endif
#ifndef _Storage_stCONSTclCOM_HeaderFile
#include <Storage_stCONSTclCOM.hxx>
#endif

IMPLEMENT_STANDARD_HANDLE(StdSchema_PNaming_Naming_1,Storage_CallBack)
IMPLEMENT_STANDARD_RTTIEXT(StdSchema_PNaming_Naming_1,Storage_CallBack)

Handle(Standard_Persistent) StdSchema_PNaming_Naming_1::New() const
{
  return new PNaming_Naming_1(Storage_stCONSTclCOM());
}

void StdSchema_PNaming_Naming_1::SAdd(const Handle(PNaming_Naming_1)& p, const Handle(Storage_Schema)& theSchema)
{
  if (!p.IsNull()) {
    if (theSchema->AddPersistent(p,"PNaming_Naming_1")) {
         theSchema->PersistentToAdd(p->_CSFDB_GetPNaming_Naming_1myName());

    }
  }
}

void StdSchema_PNaming_Naming_1::Add(const Handle(Standard_Persistent)& p, const Handle(Storage_Schema)& theSchema) const
{
  StdSchema_PNaming_Naming_1::SAdd((Handle(PNaming_Naming_1)&)p,theSchema);
}

void StdSchema_PNaming_Naming_1::SWrite(const Handle(Standard_Persistent)& p, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema)
{ 
  if (!p.IsNull()) {
    Handle(PNaming_Naming_1) &pp = (Handle(PNaming_Naming_1)&)p;
    theSchema->WritePersistentObjectHeader(p,f);
    
    f.BeginWritePersistentObjectData();
    theSchema->WritePersistentReference(pp->_CSFDB_GetPNaming_Naming_1myName(),f);

    f.EndWritePersistentObjectData();
  }
}

void StdSchema_PNaming_Naming_1::Write(const Handle(Standard_Persistent)& p, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema) const
{ 
  StdSchema_PNaming_Naming_1::SWrite(p,f,theSchema);
}


void StdSchema_PNaming_Naming_1::SRead(const Handle(Standard_Persistent)& p, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema)
{ 
  if (!p.IsNull()) {
    Handle(PNaming_Naming_1) &pp = (Handle(PNaming_Naming_1)&)p;

    theSchema->ReadPersistentObjectHeader(f);
    f.BeginReadPersistentObjectData();

    Handle(PNaming_Name_1) PNaming_Naming_1myName;

    theSchema->ReadPersistentReference(PNaming_Naming_1myName,f);
    pp->_CSFDB_SetPNaming_Naming_1myName(PNaming_Naming_1myName);

    f.EndReadPersistentObjectData();
  }
}

void StdSchema_PNaming_Naming_1::Read(const Handle(Standard_Persistent)& p, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema) const

{ 
  StdSchema_PNaming_Naming_1::SRead(p,f,theSchema);
}