libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
crew_colln_t< Mdl, Colln > Struct Template Reference

Public Types

typedef api_lock_traits< platform_api, Mdl > lock_traits
 
typedef safe_colln< Colln< int, std::allocator< int > >, lock::rw::template locker< lock_traits >, typename lock::rw::template locker< lock_traits >::decaying_write_lock_type > result
 
typedef api_lock_traits< platform_api, Mdl > lock_traits
 
typedef safe_colln< Colln< int, std::allocator< int > >, lock::rw::template locker< lock_traits >, typename lock::rw::template locker< lock_traits >::decaying_write_lock_type > result
 

Detailed Description

template<typename Mdl, template< class, class > class Colln>
struct crew_colln_t< Mdl, Colln >

Definition at line 42 of file thread_safe_colln.cpp.

Member Typedef Documentation

◆ lock_traits [1/2]

template<typename Mdl , template< class, class > class Colln>
typedef api_lock_traits<platform_api, Mdl> crew_colln_t< Mdl, Colln >::lock_traits

Definition at line 43 of file thread_safe_colln.cpp.

◆ lock_traits [2/2]

template<typename Mdl , template< class, class > class Colln>
typedef api_lock_traits<platform_api, Mdl> crew_colln_t< Mdl, Colln >::lock_traits

Definition at line 43 of file thread_safe_colln.cpp.

◆ result [1/2]

template<typename Mdl , template< class, class > class Colln>
typedef safe_colln< Colln<int, std::allocator<int> >, lock::rw::template locker<lock_traits>, typename lock::rw::template locker<lock_traits>::decaying_write_lock_type > crew_colln_t< Mdl, Colln >::result

Definition at line 48 of file thread_safe_colln.cpp.

◆ result [2/2]

template<typename Mdl , template< class, class > class Colln>
typedef safe_colln< Colln<int, std::allocator<int> >, lock::rw::template locker<lock_traits>, typename lock::rw::template locker<lock_traits>::decaying_write_lock_type > crew_colln_t< Mdl, Colln >::result

Definition at line 48 of file thread_safe_colln.cpp.


The documentation for this struct was generated from the following file: