API Documentation
Loading...
Searching...
No Matches
Set< t_type > Class Template Reference

#include <Set.h>

Inheritance diagram for Set< t_type >:
[legend]
Collaboration diagram for Set< t_type >:
[legend]

Public Member Functions

 Set ()
 
template<class t_iter >
 Set (const t_iter &begin, const t_iter &end)
 
template<class t_type , class t_index_type , class t_memory_allocator , class t_memory_manager >
 Set (const Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > &values)
 
bool hasValue (const t_value &key) const
 
void add (const t_value &key)
 
void add (t_value &&key)
 
template<class t_index_type = uint04, class t_memory_allocator = ObjectAllocator<ObjectInfo<t_value>::Primitive, t_index_type>, class t_memory_manager = BufferAllocator<t_value, t_index_type, false>>
Buffer< t_value, t_index_type, t_memory_allocator, t_memory_manager > values () const
 
uint04 indexOf (const t_value &key) const
 
uint04 size () const
 

Constructor & Destructor Documentation

◆ Set() [1/3]

template<class t_type >
Set ( )
inline

◆ Set() [2/3]

template<class t_type >
template<class t_iter >
Set ( const t_iter & begin,
const t_iter & end )
inline

◆ Set() [3/3]

template<class t_type >
template<class t_type , class t_index_type , class t_memory_allocator , class t_memory_manager >
Set ( const Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > & values)
inline

Member Function Documentation

◆ add() [1/2]

template<class t_type >
void add ( const t_value & key)
inline

◆ add() [2/2]

template<class t_type >
void add ( t_value && key)
inline

◆ hasValue()

template<class t_type >
bool hasValue ( const t_value & key) const
inlinenodiscard

◆ indexOf()

template<class t_type >
uint04 indexOf ( const t_value & key) const
inlinenodiscard

◆ size()

template<class t_type >
uint04 size ( ) const
inlinenodiscard

◆ values()

template<class t_type >
template<class t_index_type = uint04, class t_memory_allocator = ObjectAllocator<ObjectInfo<t_value>::Primitive, t_index_type>, class t_memory_manager = BufferAllocator<t_value, t_index_type, false>>
Buffer< t_value, t_index_type, t_memory_allocator, t_memory_manager > values ( ) const
inlinenodiscard

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