Gorgon Game Engine
Utils.h File Reference
Include dependency graph for Utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Scripting
 This namespace contains Gorgon Script parser and reflection facilities.
 
 Gorgon::Scripting::Compilers
 This namespace contains compliers and any utilities related with it.
 

Functions

template<class ... P_>
int CheckInputFor (const std::string &input, int &ch, P_ ...args)
 Checks if the input string contains one of the given characters at current point. More...
 
std::string ExtractQuotes (const std::string &input, int &ch)
 Extracts a string that is in quotes. More...