#include <file_manager.h>
|
| | FileManager ()=default |
| |
| virtual | ~FileManager ()=default |
| |
| virtual bool | SaveFile (const std::string &absolute_file_name, const std::string &content)=0 |
| |
| virtual bool | LoadFile (const std::string &absolute_file_name, std::string *buf)=0 |
| |
Definition at line 29 of file file_manager.h.
◆ FileManager()
| flatbuffers::FileManager::FileManager |
( |
| ) |
|
|
default |
◆ ~FileManager()
| virtual flatbuffers::FileManager::~FileManager |
( |
| ) |
|
|
virtualdefault |
◆ LoadFile()
| virtual bool flatbuffers::FileManager::LoadFile |
( |
const std::string & |
absolute_file_name, |
|
|
std::string * |
buf |
|
) |
| |
|
pure virtual |
◆ SaveFile()
| virtual bool flatbuffers::FileManager::SaveFile |
( |
const std::string & |
absolute_file_name, |
|
|
const std::string & |
content |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: