Class StaticBuffer
template <class T, int N>
Public Functions
| Type | Name |
|---|---|
| StaticBuffer () |
|
| T & | operator[] (int i) |
| void | push_back (const T & t) |
| int | size () |
Protected Attributes
| Type | Name |
|---|---|
| T | _elements |
| int | _size |
Public Functions Documentation
function StaticBuffer
inline StaticBuffer::StaticBuffer ()
function operator[]
inline T & StaticBuffer::operator[] (
int i
)
function push_back
inline void StaticBuffer::push_back (
const T & t
)
function size
inline int StaticBuffer::size ()
Protected Attributes Documentation
variable _elements
T StaticBuffer< T, N >::_elements[N];
variable _size
int StaticBuffer< T, N >::_size;
The documentation for this class was generated from the following file C:/Users/wistf/Unreal Projects/NightSkyEngine/Plugins/NightSkyEngine/Source/GGPOUE4/Private/static_buffer.h