Public Member Functions | Public Attributes | List of all members
ImChunkStream< T > Struct Template Reference

#include <imgui_internal.h>

Public Member Functions

Talloc_chunk (size_t sz)
 
Tbegin ()
 
int chunk_size (const T *p)
 
void clear ()
 
bool empty () const
 
Tend ()
 
Tnext_chunk (T *p)
 
int offset_from_ptr (const T *p)
 
Tptr_from_offset (int off)
 
int size () const
 

Public Attributes

ImVector< char > Buf
 

Detailed Description

template<typename T>
struct ImChunkStream< T >

Definition at line 417 of file imgui_internal.h.

Member Function Documentation

◆ alloc_chunk()

template<typename T >
T* ImChunkStream< T >::alloc_chunk ( size_t  sz)
inline

Definition at line 424 of file imgui_internal.h.

◆ begin()

template<typename T >
T* ImChunkStream< T >::begin ( )
inline

Definition at line 425 of file imgui_internal.h.

◆ chunk_size()

template<typename T >
int ImChunkStream< T >::chunk_size ( const T p)
inline

Definition at line 427 of file imgui_internal.h.

◆ clear()

template<typename T >
void ImChunkStream< T >::clear ( )
inline

Definition at line 421 of file imgui_internal.h.

◆ empty()

template<typename T >
bool ImChunkStream< T >::empty ( ) const
inline

Definition at line 422 of file imgui_internal.h.

◆ end()

template<typename T >
T* ImChunkStream< T >::end ( )
inline

Definition at line 428 of file imgui_internal.h.

◆ next_chunk()

template<typename T >
T* ImChunkStream< T >::next_chunk ( T p)
inline

Definition at line 426 of file imgui_internal.h.

◆ offset_from_ptr()

template<typename T >
int ImChunkStream< T >::offset_from_ptr ( const T p)
inline

Definition at line 429 of file imgui_internal.h.

◆ ptr_from_offset()

template<typename T >
T* ImChunkStream< T >::ptr_from_offset ( int  off)
inline

Definition at line 430 of file imgui_internal.h.

◆ size()

template<typename T >
int ImChunkStream< T >::size ( ) const
inline

Definition at line 423 of file imgui_internal.h.

Member Data Documentation

◆ Buf

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

Definition at line 419 of file imgui_internal.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06