CBuild
C++ build system with scripts written in c++
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Functions
filebuff.hpp File Reference
#include "fstream"
#include "iostream"
#include "list"
#include "sstream"
#include "string"
#include "vector"

Go to the source code of this file.

Classes

class  CBuild::filebuff
 Base class of filebuffer. More...
 
class  CBuild::line_filebuff
 
class  CBuild::str_filebuff
 

Namespaces

namespace  CBuild
 Filebuffer for CBuild ecosystem.
 

Enumerations

enum  CBuild::buffer_state { CBuild::MATCH , CBuild::FILE_NEWER , CBuild::BUFFER_NEWER }
 Represent atate of buffer. More...
 

Functions

std::vector< std::string > CBuild::parse_lines (std::string in)
 Parse string to vector of strings.