Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImChunkStream< T > Struct Template Reference

#include <imgui_internal.h>

Collaboration diagram for ImChunkStream< T >:
[legend]

Public Member Functions

void clear ()
 
bool empty () const
 
int size () const
 
T * alloc_chunk (size_t sz)
 
T * begin ()
 
T * next_chunk (T *p)
 
int chunk_size (const T *p)
 
T * end ()
 
int offset_from_ptr (const T *p)
 
T * ptr_from_offset (int off)
 
void swap (ImChunkStream< T > &rhs)
 

Public Attributes

ImVector< char > Buf
 

Member Function Documentation

◆ alloc_chunk()

template<typename T>
T * ImChunkStream< T >::alloc_chunk ( size_t sz)
inline
Here is the caller graph for this function:

◆ begin()

template<typename T>
T * ImChunkStream< T >::begin ( )
inline
Here is the caller graph for this function:

◆ chunk_size()

template<typename T>
int ImChunkStream< T >::chunk_size ( const T * p)
inline
Here is the caller graph for this function:

◆ clear()

template<typename T>
void ImChunkStream< T >::clear ( )
inline
Here is the caller graph for this function:

◆ empty()

template<typename T>
bool ImChunkStream< T >::empty ( ) const
inline
Here is the caller graph for this function:

◆ end()

template<typename T>
T * ImChunkStream< T >::end ( )
inline
Here is the caller graph for this function:

◆ next_chunk()

template<typename T>
T * ImChunkStream< T >::next_chunk ( T * p)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ offset_from_ptr()

template<typename T>
int ImChunkStream< T >::offset_from_ptr ( const T * p)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ptr_from_offset()

template<typename T>
T * ImChunkStream< T >::ptr_from_offset ( int off)
inline
Here is the caller graph for this function:

◆ size()

template<typename T>
int ImChunkStream< T >::size ( ) const
inline
Here is the caller graph for this function:

◆ swap()

template<typename T>
void ImChunkStream< T >::swap ( ImChunkStream< T > & rhs)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ Buf

template<typename T>
ImVector<char> ImChunkStream< T >::Buf

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