PoolArray class reference

Declaration  

#include <internal/qtluapoolarray.hh>

namespace QtLua {
template <typename X, int max_size> class PoolArray;
};

This class is a member of the QtLua namespace.

Members  

Functions  

  • PoolArray()
  • ~PoolArray()
  • void clear()
  • X & create()
  • template X & create(const P1 &p1)
  • template X & create(const P1 &p1, const P2 &p2)
  • template X & create(const P1 &p1, const P2 &p2, const P3 &p3)
  • template X & create(const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4)
  • template X & create(const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5)
  • template X & create(const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6)
  • X & operator[](int i)
  • const X & operator[](int i) const

Members detail  

PoolArray()  

No documentation available

~PoolArray()  

No documentation available

void clear()  

No documentation available

X & create()  

No documentation available

template <typename P1> X & create(const P1 &p1)  

No documentation available

template <typename P1, typename P2> X & create(const P1 &p1, const P2 &p2)  

No documentation available

template <typename P1, typename P2, typename P3> X & create(const P1 &p1, const P2 &p2, const P3 &p3)  

No documentation available

template <typename P1, typename P2, typename P3, typename P4> X & create(const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4)  

No documentation available

template <typename P1, typename P2, typename P3, typename P4, typename P5> X & create(const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5)  

No documentation available

template <typename P1, typename P2, typename P3, typename P4, typename P5, typename P6> X & create(const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6)  

No documentation available

X & operator[](int i)  

No documentation available

const X & operator[](int i) const  

No documentation available

Valid XHTML 1.0 StrictGenerated by diaxen on Sat Mar 30 15:29:54 2013 using MkDoc