ADTF
Loading...
Searching...
No Matches
types.h File Reference
#include <a_util/base/enums.h>
#include <atomic>
Include dependency graph for types.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.
 

Typedefs

typedef void * handle_t
 Type of a handle value.
 
typedef const void * const_handle_t
 Type of a const handle value.
 
typedef std::int64_t timestamp_t
 Type of a timestamp value. If not otherwise stated, always in microseconds.
 
typedef std::atomic< timestamp_tatomic_timestamp_t
 Type of an atomic timestamp_t.
 

Functions

template<typename T>
void a_util::maybe_unused (T &&)
 

Detailed Description

Public types and functions defining a_util core functionality