Searched refs:_headerInstances (Results 1 – 5 of 5) sorted by relevance
18 instancesLoaded_t * _headerInstances;23 _headerInstances = new instancesLoaded_t; in headerSectionReader()27 return _headerInstances; in getInstances()33 _headerInstances->clear(); in ~headerSectionReader()
25 …_headerInstances->insert( nl.loc.instance, getRealInstance( _lazyFile->getInstMgr()->getHeaderRegi… in p21HeaderSectionReader()
37 _headerInstances = new InstMgr; in STEPfile()48 _headerInstances->DeleteInstances(); in ~STEPfile()49 delete _headerInstances; in ~STEPfile()113 if( _headerInstances ) { in ReadExchangeFile()114 _headerInstances->ClearInstances(); in ReadExchangeFile()146 _headerInstances->ClearInstances(); in ReadWorkingFile()283 if( _headerInstances == NULL ) { in schemaName()286 fs = ( SdaiFile_schema * )_headerInstances->GetApplication_instance( "File_Schema" ); in schemaName()
357 if( !_headerInstances ) { in HeaderMergeInstances()358 _headerInstances = im; in HeaderMergeInstances()362 if( _headerInstances->InstanceCount() < 4 ) { in HeaderMergeInstances()363 delete _headerInstances; in HeaderMergeInstances()364 _headerInstances = im; in HeaderMergeInstances()370 se = _headerInstances->GetApplication_instance( _headerInstances->FindFileId( idnum ) ); in HeaderMergeInstances()383 _headerInstances->Append( from, completeSE ); in HeaderMergeInstances()388 se = _headerInstances->GetApplication_instance( _headerInstances->FindFileId( idnum ) ); in HeaderMergeInstances()396 _headerInstances->Append( from, completeSE ); in HeaderMergeInstances()401 se = _headerInstances->GetApplication_instance( _headerInstances->FindFileId( idnum ) ); in HeaderMergeInstances()[all …]
54 InstMgr * _headerInstances; variable104 return _headerInstances; in HeaderInstances()