Utils
Functions
Name | |
---|---|
std::vector< std::string > | concat(const std::map< std::string, Core::Data > & map, const std::string & delimiter) |
std::vector< std::string > | concat(const std::map< std::string, std::string > & map, const std::string & delimiter) |
std::string | concat(const std::vector< std::string > & entries, const std::string & delimiter) |
template <typename A ,typename Predicate > <br>int | indexOf(A && array, Predicate p) |
std::string | toString(const fs::path & path) |
std::string | toString(const glm::mat4 & mat, bool breakLines =false) |
std::string | toString(const glm::quat & quat) |
std::string | toString(const glm::vec3 & vec) |
std::string | toString(const glm::vec4 & vec) |
std::string | toString(float fl) |
Functions Documentation
function concat
cpp
std::vector< std::string > concat(
const std::map< std::string, Core::Data > & map,
const std::string & delimiter
)
std::vector< std::string > concat(
const std::map< std::string, Core::Data > & map,
const std::string & delimiter
)
function concat
cpp
inline std::vector< std::string > concat(
const std::map< std::string, std::string > & map,
const std::string & delimiter
)
inline std::vector< std::string > concat(
const std::map< std::string, std::string > & map,
const std::string & delimiter
)
function concat
cpp
inline std::string concat(
const std::vector< std::string > & entries,
const std::string & delimiter
)
inline std::string concat(
const std::vector< std::string > & entries,
const std::string & delimiter
)
function indexOf
cpp
template <typename A ,
typename Predicate >
inline int indexOf(
A && array,
Predicate p
)
template <typename A ,
typename Predicate >
inline int indexOf(
A && array,
Predicate p
)
function toString
cpp
inline std::string toString(
const fs::path & path
)
inline std::string toString(
const fs::path & path
)
function toString
cpp
inline std::string toString(
const glm::mat4 & mat,
bool breakLines =false
)
inline std::string toString(
const glm::mat4 & mat,
bool breakLines =false
)
function toString
cpp
inline std::string toString(
const glm::quat & quat
)
inline std::string toString(
const glm::quat & quat
)
function toString
cpp
inline std::string toString(
const glm::vec3 & vec
)
inline std::string toString(
const glm::vec3 & vec
)
function toString
cpp
inline std::string toString(
const glm::vec4 & vec
)
inline std::string toString(
const glm::vec4 & vec
)
function toString
cpp
inline std::string toString(
float fl
)
inline std::string toString(
float fl
)
Updated on 2024-11-06 at 20:16:53 +0000