Cthulhu  0.2.10
Cthulhu compiler collection
ed::SourceView Class Reference

#include <sources.hpp>

Public Member Functions

 SourceView (const fs::path &ospath)
 
const char * get_basename () const
 
const char * get_path () const
 
size_t get_size () const
 
io_tget_io () const
 
void draw_content ()
 

Detailed Description

Definition at line 20 of file sources.hpp.

Constructor & Destructor Documentation

◆ SourceView()

SourceView::SourceView ( const fs::path &  ospath)

Definition at line 8 of file sources.cpp.

Member Function Documentation

◆ draw_content()

void SourceView::draw_content ( )

Definition at line 41 of file sources.cpp.

◆ get_basename()

const char* ed::SourceView::get_basename ( ) const
inline

Definition at line 36 of file sources.hpp.

◆ get_io()

io_t* ed::SourceView::get_io ( ) const
inline

Definition at line 39 of file sources.hpp.

◆ get_path()

const char* ed::SourceView::get_path ( ) const
inline

Definition at line 37 of file sources.hpp.

◆ get_size()

size_t ed::SourceView::get_size ( ) const
inline

Definition at line 38 of file sources.hpp.


The documentation for this class was generated from the following files: