Struct ManagedSourceFile
Defined in File managed-structures.h
Struct Documentation
-
struct ManagedSourceFile
Public Functions
-
inline ManagedSourceFile(const std::string &_content = "", const std::string &_filename = "")
-
inline ManagedSourceFile(SourceFile file)
-
inline ~ManagedSourceFile() noexcept
-
ManagedSourceFile(const ManagedSourceFile&) = default
-
ManagedSourceFile(ManagedSourceFile&&) = default
-
ManagedSourceFile &operator=(const ManagedSourceFile&) = default
-
ManagedSourceFile &operator=(ManagedSourceFile&&) = default
-
inline operator SourceFile() const
-
inline ManagedSourceFile(const std::string &_content = "", const std::string &_filename = "")