Faro Engine 0.0.0.b519570 (main)
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
String.hpp File Reference
#include <algorithm>
#include <cstdarg>
#include "../Primitives.hpp"
#include <string>
#include "Array.hpp"

Go to the source code of this file.

Classes

class  Faro::String
 

Namespaces

namespace  Faro
 

Functions

String Faro::operator+ (String a, String b)
 
bool Faro::operator== (String a, String b)
 
template<class T >
String Faro::ToString (T value)
 
template<class T >
Faro::ParseString (String value)
 
template<>
float Faro::ParseString< float > (String value)
 
String Faro::FormatStringVA (String format, va_list args)
 
String Faro::FormatString (String format,...)