swift
Static Public Member Functions | List of all members
swift::misc::CContainerHelper Class Reference

Class providing static helper methods for different containers. More...

Static Public Member Functions

template<class U >
static QString stringify (const U &obj, bool i18n)
 Stringify value object.
 
static QString stringify (int n, bool i18n)
 Stringify int.
 
static QString stringify (uint n, bool i18n)
 Stringify uint.
 
static QString stringify (qlonglong n, bool i18n)
 Stringify qlonglong.
 
static QString stringify (qulonglong n, bool i18n)
 Stringify qulonglong.
 
static QString stringify (double n, bool i18n)
 Stringify double.
 
static QString stringify (QString str, bool)
 Stringify QString.
 
template<class A , class B >
static QString stringify (const std::pair< A, B > &pair, bool i18n)
 Stringify pair.
 

Detailed Description

Class providing static helper methods for different containers.

Definition at line 25 of file containerbase.h.


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