VLink 2.0.0
A high-performance communication middleware
Loading...
Searching...
No Matches
vlink::SecurityGetter< ValueT > Class Template Reference

Convenience alias for Getter with message security enabled. More...

#include <getter.h>

Inheritance diagram for vlink::SecurityGetter< ValueT >:
Collaboration diagram for vlink::SecurityGetter< ValueT >:

Additional Inherited Members

Detailed Description

template<typename ValueT>
class vlink::SecurityGetter< ValueT >

Convenience alias for Getter with message security enabled.

Equivalent to Getter<ValueT, SecurityType::kWithSecurity>. Decrypts each incoming value using the configured security key or callbacks.

Template Parameters
ValueTValue type to read.

The documentation for this class was generated from the following file: