A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/group__ResizingIterator.html below:

NCBI C++ ToolKit: Resizing Iterator

typedef TSeq::const_iterator  CConstResizingIterator< TSeq, TOut >::TRawIterator   typedef TSeq::value_type  CConstResizingIterator< TSeq, TOut >::TRawValue   typedef input_iterator_tag  CConstResizingIterator< TSeq, TOut >::iterator_category   typedef TOut  CConstResizingIterator< TSeq, TOut >::value_type   typedef size_t  CConstResizingIterator< TSeq, TOut >::difference_type   typedef TSeq::iterator  CResizingIterator< TSeq, TVal >::TRawIterator   typedef TSeq::value_type  CResizingIterator< TSeq, TVal >::TRawValue   typedef forward_iterator_tag  CResizingIterator< TSeq, TVal >::iterator_category   typedef TVal  CResizingIterator< TSeq, TVal >::value_type   typedef size_t  CResizingIterator< TSeq, TVal >::difference_type     CConstResizingIterator< TSeq, TOut >::CConstResizingIterator (const TSeq &s, size_t new_size)     CConstResizingIterator< TSeq, TOut >::CConstResizingIterator (const TRawIterator &it, const TRawIterator &end, size_t new_size)   CConstResizingIterator< TSeq, TOut > &  CConstResizingIterator< TSeq, TOut >::operator++ ()   CConstResizingIterator< TSeq, TOut >  CConstResizingIterator< TSeq, TOut >::operator++ (int)   TOut  CConstResizingIterator< TSeq, TOut >::operator* ()   bool  CConstResizingIterator< TSeq, TOut >::AtEnd () const     CResizingIterator< TSeq, TVal >::CResizingIterator (TSeq &s, size_t new_size)     CResizingIterator< TSeq, TVal >::CResizingIterator (const TRawIterator &start, const TRawIterator &end, size_t new_size)   CResizingIterator< TSeq, TVal > &  CResizingIterator< TSeq, TVal >::operator++ ()   CResizingIterator< TSeq, TVal >  CResizingIterator< TSeq, TVal >::operator++ (int)   CResizingIterator< TSeq, TVal >  CResizingIterator< TSeq, TVal >::operator* ()   void  CResizingIterator< TSeq, TVal >::operator= (TVal value)     CResizingIterator< TSeq, TVal >::operator TVal ()   bool  CResizingIterator< TSeq, TVal >::AtEnd () const   template<class T > size_t  xx_BitsPerElement (const T *)   template<class TIterator > size_t  x_BitsPerElement (const TIterator &)   template<class TIterator , class TOut > TOut  ExtractBits (TIterator &start, const TIterator &end, size_t &bit_offset, size_t bit_count)   template<class TIterator , class TVal , class TElement > TElement  StoreBits (TIterator &start, const TIterator &end, size_t &bit_offset, size_t bit_count, TElement partial, TVal data)   TRawIterator  CConstResizingIterator< TSeq, TOut >::m_RawIterator   TRawIterator  CConstResizingIterator< TSeq, TOut >::m_End   size_t  CConstResizingIterator< TSeq, TOut >::m_NewSize   size_t  CConstResizingIterator< TSeq, TOut >::m_BitOffset   TOut  CConstResizingIterator< TSeq, TOut >::m_Value   bool  CConstResizingIterator< TSeq, TOut >::m_ValueKnown   TRawIterator  CResizingIterator< TSeq, TVal >::m_RawIterator   TRawIterator  CResizingIterator< TSeq, TVal >::m_End   size_t  CResizingIterator< TSeq, TVal >::m_NewSize   size_t  CResizingIterator< TSeq, TVal >::m_BitOffset   ◆ CHAR_BIT ◆ difference_type [1/2]

template<class TSeq , class TOut = int>

Definition at line 68 of file resize_iter.hpp.

◆ difference_type [2/2] ◆ iterator_category [1/2]

template<class TSeq , class TOut = int>

Definition at line 66 of file resize_iter.hpp.

◆ iterator_category [2/2] ◆ TRawIterator [1/2]

template<class TSeq , class TOut = int>

Definition at line 62 of file resize_iter.hpp.

◆ TRawIterator [2/2] ◆ TRawValue [1/2]

template<class TSeq , class TOut = int>

Definition at line 63 of file resize_iter.hpp.

◆ TRawValue [2/2] ◆ value_type [1/2]

template<class TSeq , class TOut = int>

Definition at line 67 of file resize_iter.hpp.

◆ value_type [2/2] ◆ AtEnd() [1/2]

template<class TSeq , class TOut >

◆ AtEnd() [2/2]

template<class TSeq , class TVal >

◆ CConstResizingIterator() [1/2]

template<class TSeq , class TOut = int>

Definition at line 74 of file resize_iter.hpp.

◆ CConstResizingIterator() [2/2]

template<class TSeq , class TOut = int>

Definition at line 71 of file resize_iter.hpp.

◆ CResizingIterator() [1/2] ◆ CResizingIterator() [2/2] ◆ ExtractBits()

template<class TIterator , class TOut >

◆ operator TVal()

template<class TSeq , class TVal >

◆ operator*() [1/2] ◆ operator*() [2/2] ◆ operator++() [1/4]

template<class TSeq , class TOut >

◆ operator++() [2/4]

template<class TSeq , class TVal >

◆ operator++() [3/4]

template<class TSeq , class TOut >

◆ operator++() [4/4]

template<class TSeq , class TVal >

◆ operator=()

template<class TSeq , class TVal >

◆ StoreBits()

template<class TIterator , class TVal , class TElement >

TElement StoreBits ( TIteratorstart, const TIteratorend, size_t &  bit_offset, size_t  bit_count, TElement  partial, TVal  data  ) ◆ x_BitsPerElement()

template<class TIterator >

◆ xx_BitsPerElement()

template<class T >

size_t xx_BitsPerElement ( const T *  ) ◆ m_BitOffset [1/2]

template<class TSeq , class TOut = int>

Definition at line 88 of file resize_iter.hpp.

◆ m_BitOffset [2/2] ◆ m_End [1/2]

template<class TSeq , class TOut = int>

Definition at line 86 of file resize_iter.hpp.

◆ m_End [2/2] ◆ m_NewSize [1/2]

template<class TSeq , class TOut = int>

Definition at line 87 of file resize_iter.hpp.

◆ m_NewSize [2/2] ◆ m_RawIterator [1/2]

template<class TSeq , class TOut = int>

Definition at line 85 of file resize_iter.hpp.

◆ m_RawIterator [2/2] ◆ m_Value

template<class TSeq , class TOut = int>

Definition at line 89 of file resize_iter.hpp.

◆ m_ValueKnown

template<class TSeq , class TOut = int>

Definition at line 90 of file resize_iter.hpp.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4