Dev Essential  1.6.3
Loading...
Searching...
No Matches
enums.h File Reference
#include <cstdint>
Include dependency graph for enums.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  a_util
 Serves as the root component, with common functionality documented in core functionality.
 

Enumerations

enum class  a_util::SortingOrder : std::int32_t { a_util::ascending = 0x00 , a_util::descending = 0x01 }
 Flags for functions that need to sort elements. More...
 

Detailed Description

Several enums for project wide use