libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
erew_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 > >, typename lock_traits::critical_section_type > result
 
typedef api_lock_traits< platform_api, Mdl > lock_traits
 
typedef safe_colln< Colln< int, std::allocator< int > >, typename lock_traits::critical_section_type > result
 

Detailed Description

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

Definition at line 33 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> erew_colln_t< Mdl, Colln >::lock_traits

Definition at line 34 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> erew_colln_t< Mdl, Colln >::lock_traits

Definition at line 34 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> >, typename lock_traits::critical_section_type > erew_colln_t< Mdl, Colln >::result

Definition at line 38 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> >, typename lock_traits::critical_section_type > erew_colln_t< Mdl, Colln >::result

Definition at line 38 of file thread_safe_colln.cpp.


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