Skip to main content

namespace::var

Type Definitions

StackString24#

using var::StackString24 = typedef IdString 

Type: IdString

StackString48#

using var::StackString48 = typedef IdString 

Type: IdString

StackString64#

using var::StackString64 = typedef NumberString 

Type: NumberString

StringList#

using var::StringList = typedef Vector<String> 

Type: Vector< String >

StringViewList#

using var::StringViewList = typedef Vector<StringView> 

Type: Vector< StringView >

Token#

typedef Tokenizer var::Token 

Type: Tokenizer

Functions

operator&(const StringView lhs, const StringView rhs)#

PathString var::operator& (const StringView lhs, const StringView rhs)

Type: PathString

Parameters:

operator+(const String &lhs, StringView rhs)#

String var::operator+ (const String &lhs, StringView rhs)

Type: String

Parameters:

operator+(StringView lhs, const String &rhs)#

String var::operator+ (StringView lhs, const String &rhs)

Type: String

Parameters:

operator+(StringView lhs, String &&rhs)#

String var::operator+ (StringView lhs, String &&rhs)

Type: String

Parameters:

operator+(StringView lhs, StringView rhs)#

String var::operator+ (StringView lhs, StringView rhs)

Type: String

Parameters:

operator/(const StringView lhs, const StringView rhs)#

PathString var::operator/ (const StringView lhs, const StringView rhs)

Type: PathString

Parameters:

operator<<(printer::Printer &printer, const Matrix< T > &matrix)#

printer::Printer & var::operator<< (printer::Printer &printer, const Matrix< T > &matrix)

Type: printer::Printer &

Parameters:

  • printer::Printer & printer
  • const Matrix< T > & matrix

operator==(const char *lhs, StringView rhs)#

inline

bool var::operator== (const char *lhs, StringView rhs)

Type: bool

Parameters:

operator|(StringView lhs, StringView rhs)#

GeneralString var::operator| (StringView lhs, StringView rhs)

Type: GeneralString

Parameters:

Details

The var namespace is a collection of data storage mechanisms and routines such as buffers and strings.