| 
    SO3Engine
    
   | 
 
tinyxml2::DynArray< T, INIT > Class Template Reference
#include <tinyxml2.h>
Public Member Functions | |
| DynArray () | |
| ~DynArray () | |
| void | Clear () | 
| void | Push (T t) | 
| T * | PushArr (int count) | 
| T | Pop () | 
| void | PopArr (int count) | 
| bool | Empty () const | 
| T & | operator[] (int i) | 
| const T & | operator[] (int i) const | 
| const T & | PeekTop () const | 
| int | Size () const | 
| int | Capacity () const | 
| const T * | Mem () const | 
| T * | Mem () | 
Detailed Description
template<class T, int INIT>
class tinyxml2::DynArray< T, INIT >
class tinyxml2::DynArray< T, INIT >
Definition at line 207 of file tinyxml2.h.
Constructor & Destructor Documentation
◆ DynArray()
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 197 of file tinyxml2.h.
◆ ~DynArray()
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 216 of file tinyxml2.h.
Member Function Documentation
◆ Capacity()
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 270 of file tinyxml2.h.
◆ Clear()
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 222 of file tinyxml2.h.
◆ Empty()
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 247 of file tinyxml2.h.
◆ Mem() [1/2]
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 278 of file tinyxml2.h.
◆ Mem() [2/2]
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 274 of file tinyxml2.h.
◆ operator[]() [1/2]
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 251 of file tinyxml2.h.
◆ operator[]() [2/2]
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 256 of file tinyxml2.h.
◆ PeekTop()
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 261 of file tinyxml2.h.
◆ Pop()
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 238 of file tinyxml2.h.
◆ PopArr()
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 242 of file tinyxml2.h.
◆ Push()
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 226 of file tinyxml2.h.
◆ PushArr()
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 231 of file tinyxml2.h.
◆ Size()
template<class T , int INIT> 
      
  | 
  inline | 
Definition at line 266 of file tinyxml2.h.
The documentation for this class was generated from the following file:
- include/SO3SceneLoader/tinyxml2.h
 
Generated by