|
FRX SDK Documentation 2025 SP0
|
#include <AcHsUtil.h>
Public Types | |
| enum | CompareReturnStatus |
Public Member Functions | |
| bool __cdecl | readDwgAppInfoHistory (std::wstring const &, AcHsAppInfoNotifier &) |
| bool __cdecl | readDwgStrings (std::wstring const &, AcHsObjStringNotifier &) |
| bool __cdecl | readDwgStrings (IStream *, AcHsObjStringNotifier &) |
| bool __cdecl | readDwgStringsChunk (int, AcFsByteReader *, AcHsTrieIterator< unsigned long > *&, AcHsObjStringNotifier &) |
| bool __cdecl | readDwgStringsEnd (AcFsByteReader *&, AcHsTrie< unsigned long > *, AcHsTrieIterator< unsigned long > *&) |
| bool __cdecl | readDwgStringsStart (std::wstring const &, AcFsByteReader *&, AcHsTrie< unsigned long > *&, AcHsTrieIterator< unsigned long > *&, AcHsObjStringNotifier &) |
| CompareReturnStatus __cdecl | compareDwgFiles (std::wstring const &, std::wstring const &, AcHsObjDiffNotifier &) |
Definition at line 28 of file AcHsUtil.h.
Definition at line 31 of file AcHsUtil.h.
| CompareReturnStatus __cdecl AcHsUtil::compareDwgFiles | ( | std::wstring const & | , |
| std::wstring const & | , | ||
| AcHsObjDiffNotifier & | ) |
| bool __cdecl AcHsUtil::readDwgAppInfoHistory | ( | std::wstring const & | , |
| AcHsAppInfoNotifier & | ) |
| bool __cdecl AcHsUtil::readDwgStrings | ( | IStream * | , |
| AcHsObjStringNotifier & | ) |
| bool __cdecl AcHsUtil::readDwgStrings | ( | std::wstring const & | , |
| AcHsObjStringNotifier & | ) |
| bool __cdecl AcHsUtil::readDwgStringsChunk | ( | int | , |
| AcFsByteReader * | , | ||
| AcHsTrieIterator< unsigned long > *& | , | ||
| AcHsObjStringNotifier & | ) |
| bool __cdecl AcHsUtil::readDwgStringsEnd | ( | AcFsByteReader *& | , |
| AcHsTrie< unsigned long > * | , | ||
| AcHsTrieIterator< unsigned long > *& | ) |
| bool __cdecl AcHsUtil::readDwgStringsStart | ( | std::wstring const & | , |
| AcFsByteReader *& | , | ||
| AcHsTrie< unsigned long > *& | , | ||
| AcHsTrieIterator< unsigned long > *& | , | ||
| AcHsObjStringNotifier & | ) |