Cogs.Core
Static Public Member Functions | List of all members
Cogs::Utilities Class Reference

Static Public Member Functions

static bool preprocessFile (IIOHandler *handler, const StringView &filename, ProcessedContent &content)
 
static bool preprocessContent (IIOHandler *handler, const StringView &input, ProcessedContent &content)
 
static bool preprocessContent (IIOHandler *handler, const StringView &fileName, std::istream &stream, ProcessedContent &content)
 
static bool preprocessContent (IIOHandler *handler, const StringView &input, std::string &content)
 
static bool preprocessContent (IIOHandler *handler, const StringView &fileName, std::istream &stream, std::string &content)
 
static bool readFile (IIOHandler *handler, const StringView &fileName, ProcessedContent &content)
 
static bool resolveFile (IIOHandler *handler, const StringView &source, const StringView &fileName, ProcessedContent &content)
 

Detailed Description

Definition at line 37 of file Utilities.h.

Member Function Documentation

◆ preprocessContent() [1/4]

bool Cogs::Utilities::preprocessContent ( IIOHandler handler,
const StringView fileName,
std::istream &  stream,
ProcessedContent content 
)
static

Definition at line 100 of file Utilities.cpp.

◆ preprocessContent() [2/4]

bool Cogs::Utilities::preprocessContent ( IIOHandler handler,
const StringView fileName,
std::istream &  stream,
std::string &  content 
)
static

Definition at line 151 of file Utilities.cpp.

◆ preprocessContent() [3/4]

bool Cogs::Utilities::preprocessContent ( IIOHandler handler,
const StringView input,
ProcessedContent content 
)
static

Definition at line 81 of file Utilities.cpp.

◆ preprocessContent() [4/4]

bool Cogs::Utilities::preprocessContent ( IIOHandler handler,
const StringView input,
std::string &  content 
)
static

Definition at line 92 of file Utilities.cpp.

◆ preprocessFile()

bool Cogs::Utilities::preprocessFile ( IIOHandler handler,
const StringView filename,
ProcessedContent content 
)
static

Definition at line 73 of file Utilities.cpp.

◆ readFile()

bool Cogs::Utilities::readFile ( IIOHandler handler,
const StringView fileName,
ProcessedContent content 
)
static

Definition at line 182 of file Utilities.cpp.

◆ resolveFile()

bool Cogs::Utilities::resolveFile ( IIOHandler handler,
const StringView source,
const StringView fileName,
ProcessedContent content 
)
static

Definition at line 194 of file Utilities.cpp.


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