Leosac
0.8.0
Open Source Access Control
|
#include <memory>
#include <odb/lazy-ptr.hxx>
Go to the source code of this file.
Namespaces | |
Leosac | |
This is the header file for a generated source file, GitSHA1.cpp. | |
Leosac::Cred | |
Typedefs | |
using | Leosac::Cred::ICredentialPtr = std::shared_ptr< ICredential > |
using | Leosac::Cred::CredentialId = unsigned long |
using | Leosac::Cred::CredentialPtr = std::shared_ptr< Credential > |
using | Leosac::Cred::CredentialLWPtr = odb::lazy_weak_ptr< Credential > |
using | Leosac::Cred::CredentialLPtr = odb::lazy_shared_ptr< Credential > |
using | Leosac::Cred::IRFIDCardPtr = std::shared_ptr< IRFIDCard > |
using | Leosac::Cred::RFIDCardPtr = std::shared_ptr< RFIDCard > |
using | Leosac::Cred::PinCodePtr = std::shared_ptr< PinCode > |
using | Leosac::Cred::RFIDCardPinPtr = std::shared_ptr< RFIDCardPin > |