|
| FileEntry (const std::string &content)=delete |
|
| FileEntry (std::string &&content) |
|
| FileEntry (const std::vector< char > &)=delete |
|
| FileEntry (std::vector< char > &&content) |
|
| FileEntry (const FileEntry &other)=delete |
|
| FileEntry (FileEntry &&other)=default |
|
FileEntry & | operator= (const FileEntry &other)=delete |
|
FileEntry & | operator= (FileEntry &&other)=default |
|
|
std::string | content |
|
std::vector< char > | content_binary |
|
bool | is_binary |
|
Definition at line 26 of file compiler.h.
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/2.2.0/include/treelite/compiler.h