Class SourceFile
Defined in File backward.hpp
Nested Relationships
Nested Types
Class Documentation
-
class backward::SourceFile
Public Types
-
typedef std::vector<std::pair<unsigned, std::string>> lines_t
Public Functions
-
inline SourceFile()
-
inline SourceFile(const std::string &path)
-
inline bool is_open() const
-
inline void swap(SourceFile &b)
-
inline explicit SourceFile(const SourceFile &from)
-
inline SourceFile &operator=(const SourceFile &from)
-
struct not_isempty
-
typedef std::vector<std::pair<unsigned, std::string>> lines_t