LibLogicalAccess
2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
include
logicalaccess
services
accesscontrol
formats
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
10
namespace
logicalaccess
11
{
12
13
class
SeosFormat
14
{
15
public
:
16
SeosFormat
() :
dont_wrap_with_so
(false) {}
17
bool
dont_wrap_with_so
;
18
};
19
20
template
<
typename
T>
21
class
LLA_CORE_API
SeosFormatT
:
public
T,
public
SeosFormat
22
{
23
};
24
25
}
26
27
#endif
// LOGICALACCESS_SEOSFORMAT_HPP
logicalaccess::SeosFormatT
Definition:
seosformat.hpp:22
logicalaccess::SeosFormat
Definition:
seosformat.hpp:14
logicalaccess::SeosFormat::SeosFormat
SeosFormat()
Definition:
seosformat.hpp:16
logicalaccess::SeosFormat::dont_wrap_with_so
bool dont_wrap_with_so
Definition:
seosformat.hpp:17
logicalaccess
Definition:
asn1.hpp:9
Generated on Wed Mar 29 2023 13:50:37 for LibLogicalAccess by
1.9.6