tf::SmallVectorTemplateBase tf::SmallVectorTemplateCommon< T > typename T bool isPodLike isPodLike tf::SmallVectorTemplateBase< T, isPodLike >::SmallVectorTemplateBase (size_t Size) SmallVectorTemplateBase size_t Size void void tf::SmallVectorTemplateBase< T, isPodLike >::grow (size_t MinSize=0) grow size_t MinSize 0 Grow the allocated memory (without initializing new elements), doubling the size of the allocated memory. Guarantees space for at least one more element, or MinSize more elements if specified. void static void tf::SmallVectorTemplateBase< T, isPodLike >::destroy_range (T *S, T *E) destroy_range T * S T * E typename It1 typename It2 void static void tf::SmallVectorTemplateBase< T, isPodLike >::uninitialized_move (It1 I, It1 E, It2 Dest) uninitialized_move It1 I It1 E It2 Dest Move the range [I, E) into the uninitialized memory starting with "Dest", constructing elements as needed. typename It1 typename It2 void static void tf::SmallVectorTemplateBase< T, isPodLike >::uninitialized_copy (It1 I, It1 E, It2 Dest) uninitialized_copy It1 I It1 E It2 Dest Copy the range [I, E) onto the uninitialized memory starting with "Dest", constructing elements as needed. void void tf::SmallVectorTemplateBase< T, isPodLike >::push_back (const T &Elt) push_back const T & Elt void void tf::SmallVectorTemplateBase< T, isPodLike >::push_back (T &&Elt) push_back T && Elt void void tf::SmallVectorTemplateBase< T, isPodLike >::pop_back () pop_back tf::SmallVectorTemplateBaseback tf::SmallVectorTemplateBaseback tf::SmallVectorTemplateBasebegin tf::SmallVectorTemplateBasebegin tf::SmallVectorTemplateBaseBeginX tf::SmallVectorTemplateBasecapacity tf::SmallVectorTemplateBasecapacity_in_bytes tf::SmallVectorTemplateBasecapacity_ptr tf::SmallVectorTemplateBasecapacity_ptr tf::SmallVectorTemplateBaseCapacityX tf::SmallVectorTemplateBaseconst_iterator tf::SmallVectorTemplateBaseconst_pointer tf::SmallVectorTemplateBaseconst_reference tf::SmallVectorTemplateBaseconst_reverse_iterator tf::SmallVectorTemplateBasedata tf::SmallVectorTemplateBasedata tf::SmallVectorTemplateBasedestroy_range tf::SmallVectorTemplateBasedifference_type tf::SmallVectorTemplateBaseempty tf::SmallVectorTemplateBaseend tf::SmallVectorTemplateBaseend tf::SmallVectorTemplateBaseEndX tf::SmallVectorTemplateBasefront tf::SmallVectorTemplateBasefront tf::SmallVectorTemplateBasegrow tf::SmallVectorTemplateBasegrow_pod tf::SmallVectorTemplateBasegrow_pod tf::SmallVectorTemplateBaseisSmall tf::SmallVectorTemplateBaseiterator tf::SmallVectorTemplateBasemax_size tf::SmallVectorTemplateBaseoperator[] tf::SmallVectorTemplateBaseoperator[] tf::SmallVectorTemplateBasepointer tf::SmallVectorTemplateBasepop_back tf::SmallVectorTemplateBasepush_back tf::SmallVectorTemplateBasepush_back tf::SmallVectorTemplateBaserbegin tf::SmallVectorTemplateBaserbegin tf::SmallVectorTemplateBasereference tf::SmallVectorTemplateBaserend tf::SmallVectorTemplateBaserend tf::SmallVectorTemplateBaseresetToSmall tf::SmallVectorTemplateBasereverse_iterator tf::SmallVectorTemplateBasesetEnd tf::SmallVectorTemplateBasesize tf::SmallVectorTemplateBasesize_in_bytes tf::SmallVectorTemplateBasesize_type tf::SmallVectorTemplateBaseSmallVectorBase tf::SmallVectorTemplateBaseSmallVectorTemplateBase tf::SmallVectorTemplateBaseSmallVectorTemplateCommon tf::SmallVectorTemplateBaseuninitialized_copy tf::SmallVectorTemplateBaseuninitialized_move tf::SmallVectorTemplateBasevalue_type