CFx SDK Documentation 2024 SP0
|
#include "TfSchemaManager.h"
#include "DbObjectIterator.h"
#include "ThreadsCounter.h"
#include "OdaSTL.h"
#include <stdexcept>
Go to the source code of this file.
Classes | |
struct | OdTfDigest |
struct | OdTfCommitAnnotation |
struct | OdTfCommitInfo |
struct | OdTfMergeHandler |
struct | OdTfFixedMergeHandler< conflictResolution > |
struct | OdTfPostponeMergeHandler |
struct | OdTfPostponeMergeHandler::Conflict |
struct | OdTfStorage |
class | OdTfRepository |
Namespaces | |
namespace | OdTfRevisionControl |
Macros | |
#define | STL_USING_MAP |
Typedefs | |
typedef OdArray< OdTfDigest, OdMemoryAllocator< OdTfDigest > > | OdTfDigestArray |
typedef std::map< OdString, OdTfDigest > | OdTfRevisionControl::ReferenceList |
typedef std::map< OdDbHandle, ChangeType > | OdTfRevisionControl::ChangeList |
typedef OdSmartPtr< OdTfRepository > | OdTfRepositoryPtr |
typedef OdSmartPtr< OdTfStorage > | OdTfStoragePtr |
#define STL_USING_MAP |
Definition at line 32 of file TfRevisionControl.h.
typedef OdArray<OdTfDigest, OdMemoryAllocator<OdTfDigest> > OdTfDigestArray |
This type represents arrays of hash codes.
Definition at line 131 of file TfRevisionControl.h.
typedef OdSmartPtr<OdTfRepository> OdTfRepositoryPtr |
This template class is a specialization of the OdSmartPtr class for smart pointers to objects of the OdTfRepository class.
Definition at line 395 of file TfRevisionControl.h.
typedef OdSmartPtr<OdTfStorage> OdTfStoragePtr |
This template class is a specialization of the OdSmartPtr class for smart pointers to objects of the OdTfStorage structure.
Definition at line 404 of file TfRevisionControl.h.