LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
seosformat.hpp
Go to the documentation of this file.
1//
2// Created by xaqq on 3/21/19.
3//
4
5#ifndef LOGICALACCESS_SEOSFORMAT_HPP
6#define LOGICALACCESS_SEOSFORMAT_HPP
7
8#include "logicalaccess/lla_core_api.hpp"
9
10namespace logicalaccess
11{
12
14{
15 public:
18};
19
20template <typename T>
21class LLA_CORE_API SeosFormatT : public T, public SeosFormat
22{
23};
24
25}
26
27#endif // LOGICALACCESS_SEOSFORMAT_HPP
Definition: seosformat.hpp:22
Definition: seosformat.hpp:14
SeosFormat()
Definition: seosformat.hpp:16
bool dont_wrap_with_so
Definition: seosformat.hpp:17
Definition: asn1.hpp:9