Doxybook2 Example
 
Loading...
Searching...
No Matches
Some useful utilities

This is a brief description to the utils group. More...

Namespaces

namespace  Engine::Utils::Path
 Filesystem path utility functions.
 

Classes

class  Engine::Utils::ArrayView< T >
 Filesystem path utility functions. More...
 

Macros

#define ENGINE_VERSION   "v1.0.1"
 Autogenerated version string by CMake.
 
#define LOG_DEBUG(MSG, ...)
 

Functions

void Engine::Utils::name_with_underscores (const std::string &arg)
 

Detailed Description

This is a brief description to the utils group.

Some detailed description here

Macro Definition Documentation

◆ ENGINE_VERSION

#define ENGINE_VERSION   "v1.0.1"

Autogenerated version string by CMake.

◆ LOG_DEBUG

#define LOG_DEBUG ( MSG,
... )
Value:
printf(MSG, ##__VA_ARGS__)

Function Documentation

◆ name_with_underscores()

void Engine::Utils::name_with_underscores ( const std::string & arg)
inline