1#ifndef SSGXLIB_SSGX_UTILS_ENCLAVEINFO_H_
2#define SSGXLIB_SSGX_UTILS_ENCLAVEINFO_H_
41 sgx_enclave_id_t enclave_eid_ = 0;
Used to store some information related to the running enclave. (the eid corresponding to the running ...
Definition ssgx_utils_t_enclave_info.h:14
sgx_enclave_id_t GetEnclaveEid()
Get eid.
void SetEnclaveEid(sgx_enclave_id_t eid)
Set eid.
static EnclaveInfo & GetCurrentEnclave()
Singleton Pattern.
Definition ssgx_attestation_t.h:6