Torch
Loading...
Searching...
No Matches
SWrapper Class Reference
Inheritance diagram for SWrapper:
BinaryWrapper

Public Member Functions

 SWrapper (const std::string &path)
int32_t CreateArchive (void) override
bool AddFile (const std::string &path, std::vector< char > data) override
int32_t Close (void) override
Public Member Functions inherited from BinaryWrapper
 BinaryWrapper (const std::string &path)

Additional Inherited Members

Protected Attributes inherited from BinaryWrapper
std::mutex mMutex
std::string mPath

Member Function Documentation

◆ AddFile()

bool SWrapper::AddFile ( const std::string & path,
std::vector< char > data )
overridevirtual

Implements BinaryWrapper.

◆ Close()

int32_t SWrapper::Close ( void )
overridevirtual

Implements BinaryWrapper.

◆ CreateArchive()

int32_t SWrapper::CreateArchive ( void )
overridevirtual

Implements BinaryWrapper.


The documentation for this class was generated from the following files: