NEST  2.6.0,not_revisioned_source_dir@0
Public Types | Public Member Functions | Public Attributes | List of all members
sparsetable< T, GROUP_SIZE, Alloc >::Settings Class Reference
Inheritance diagram for sparsetable< T, GROUP_SIZE, Alloc >::Settings:

Public Types

typedef allocator_type::size_type size_type
 

Public Member Functions

 Settings (const allocator_type &a, size_type sz=0, size_type n=0)
 
 Settings (const Settings &s)
 

Public Attributes

size_type table_size
 
size_type num_buckets
 

Member Typedef Documentation

template<class T, u_int16_t GROUP_SIZE = DEFAULT_SPARSEGROUP_SIZE, class Alloc = libc_allocator_with_realloc<T>>
typedef allocator_type::size_type sparsetable< T, GROUP_SIZE, Alloc >::Settings::size_type

Constructor & Destructor Documentation

template<class T, u_int16_t GROUP_SIZE = DEFAULT_SPARSEGROUP_SIZE, class Alloc = libc_allocator_with_realloc<T>>
sparsetable< T, GROUP_SIZE, Alloc >::Settings::Settings ( const allocator_type a,
size_type  sz = 0,
size_type  n = 0 
)
inline
template<class T, u_int16_t GROUP_SIZE = DEFAULT_SPARSEGROUP_SIZE, class Alloc = libc_allocator_with_realloc<T>>
sparsetable< T, GROUP_SIZE, Alloc >::Settings::Settings ( const Settings s)
inline

Member Data Documentation

template<class T, u_int16_t GROUP_SIZE = DEFAULT_SPARSEGROUP_SIZE, class Alloc = libc_allocator_with_realloc<T>>
size_type sparsetable< T, GROUP_SIZE, Alloc >::Settings::num_buckets
template<class T, u_int16_t GROUP_SIZE = DEFAULT_SPARSEGROUP_SIZE, class Alloc = libc_allocator_with_realloc<T>>
size_type sparsetable< T, GROUP_SIZE, Alloc >::Settings::table_size

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