|
|
using | pointer = std::shared_ptr< SharedTable > |
| |
|
using | dbpointer = identt::store::StoreLevel::dbpointer |
| |
|
using | LockT = boost::shared_mutex |
| |
|
using | WriteLockT = boost::unique_lock< LockT > |
| |
|
using | ReadLockT = boost::shared_lock< LockT > |
| |
|
using | SharedString = SharedObject< std::string > |
| |
|
using | SharedDBPointer = SharedObject< dbpointer > |
| |
|
using | SharedBool = SharedObject< bool > |
| |
|
using | SharedInt = SharedObject< size_t > |
| |
|
using | SharedRemote = SharedPairMap< std::string, uint64_t, uint64_t > |
| |
|
using | RemoteMapT = SharedPairMap< std::string, uint64_t, uint64_t >::PairMapT |
| |
|
using | SharedTrans = SharedMap< uint64_t, std::string > |
| |
|
using | KeyRingT = std::unordered_map< std::string, std::shared_ptr< identt::crypto::CryptoBase > > |
| |
|
using | SharedCache = identt::store::StoreCache::pointer |
| |
|
| static pointer | create () |
| | create : static construction creates new first time More...
|
| |
§ create()
| static pointer identt::utils::SharedTable::create |
( |
| ) |
|
|
inlinestatic |
create : static construction creates new first time
- Returns
- pointer
§ share()
| pointer identt::utils::SharedTable::share |
( |
| ) |
|
|
inline |
share : return instance
- Returns
- pointer
The documentation for this class was generated from the following file: