|
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) |
|
Definition at line 37 of file Utilities.h.
◆ preprocessContent() [1/4]
◆ preprocessContent() [2/4]
bool Cogs::Utilities::preprocessContent |
( |
IIOHandler * |
handler, |
|
|
const StringView & |
fileName, |
|
|
std::istream & |
stream, |
|
|
std::string & |
content |
|
) |
| |
|
static |
◆ preprocessContent() [3/4]
◆ preprocessContent() [4/4]
bool Cogs::Utilities::preprocessContent |
( |
IIOHandler * |
handler, |
|
|
const StringView & |
input, |
|
|
std::string & |
content |
|
) |
| |
|
static |
◆ preprocessFile()
◆ readFile()
◆ resolveFile()
The documentation for this class was generated from the following files: