|
typedef std::vector< std::shared_ptr< FileArchive > > | Vector |
|
typedef std::map< std::string, std::shared_ptr< FileArchive > > | StringMap |
|
|
| FileArchive (std::string path) |
|
std::string | GetRootDir () const |
|
std::string | GetProductName () const |
|
std::string | GetFilename () const |
|
std::string | GetFilePath () const |
|
const StepDirectory::StringMap & | GetStepsByName () const |
|
const SymbolsDirectory::StringMap & | GetSymbolsDirectoriesByName () const |
|
const MiscInfoFile & | GetMiscInfoFile () const |
|
const MatrixFile & | GetMatrixFile () const |
|
const StandardFontsFile & | GetStandardFontsFile () const |
|
const AttrListFile & | GetMiscAttrListFile () const |
|
std::shared_ptr< StepDirectory > | GetStepDirectory (const std::string &stepName="") const |
|
bool | ParseFileModel () |
|
std::unique_ptr< Odb::Lib::Protobuf::FileArchive > | to_protobuf () const override |
|
void | from_protobuf (const Odb::Lib::Protobuf::FileArchive &message) override |
|
bool | to_pbstring (std::string &pb_string) const |
|
bool | from_pbstring (const std::string &pb_string) |
|
bool | to_stream (std::ostream &outputStream) const |
|
bool | from_stream (std::istream &inputStream) |
|
std::string | to_json () const override |
|
void | from_json (const std::string &json) override |
|
Definition at line 21 of file FileArchive.h.
The documentation for this class was generated from the following files: