Some useful utilities

Module: An example game engine

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

Namespaces

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

Classes

Name
class Engine::Utils::ArrayView
Filesystem path utility functions.

Functions

Name
void name_with_underscores(const std::string & arg)

Defines

Name
ENGINE_VERSION
Autogenerated version string by CMake.
LOG_DEBUG(MSG, ...)

Detailed Description

This is a brief description to the utils group.

Some detailed description here

Functions Documentation

function name_with_underscores

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

Macros Documentation

define ENGINE_VERSION

#define ENGINE_VERSION "v1.0.1"

Autogenerated version string by CMake.

define LOG_DEBUG

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

Updated on 2022-10-19 at 22:22:01 +0000