Doxybook2 Example
Namespaces | Classes | Macros | Functions
Some useful utilities

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

Namespaces

 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. More...
 
#define LOG_DEBUG(MSG, ...)   printf(MSG, ##__VA_ARGS__)
 

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,
  ... 
)    printf(MSG, ##__VA_ARGS__)

Function Documentation

◆ name_with_underscores()

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