Treelite
Public Member Functions | Public Attributes | List of all members
CompiledModel::FileEntry Struct Reference

Public Member Functions

 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
 
FileEntryoperator= (const FileEntry &other)=delete
 
FileEntryoperator= (FileEntry &&other)=default
 

Public Attributes

std::string content
 
std::vector< char > content_binary
 
bool is_binary
 

Detailed Description

Definition at line 27 of file compiler.h.


The documentation for this struct was generated from the following file: