ADTF  3.18.2
workspace/conan/dev_essential/1.3.3/dw/stable/package/37682420cd166e229516a41c8d6a139a0b13e1e1/include/a_util/base/types.h File Reference

Public types and functions defining a_util core functionality. More...

Go to the source code of this file.

Namespaces

 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 maybe_unused (T &&)
 Mimics C++17 attribute maybe_unused to silence compiler warnings on potentially unused enitities. More...
 

Detailed Description

Public types and functions defining a_util core functionality.

Definition in file workspace/conan/dev_essential/1.3.3/dw/stable/package/37682420cd166e229516a41c8d6a139a0b13e1e1/include/a_util/base/types.h.