Stack array using an enum as indexer. More...
#include <pqPythonUtils.h>
Public Member Functions | |
T & | operator[] (E e) |
const T & | operator[] (E e) const |
Stack array using an enum as indexer.
The enum should contain as its last element END. Otherwise, you should set the third template parameter N to the size of your enum.
Definition at line 61 of file pqPythonUtils.h.
|
inline |
Definition at line 63 of file pqPythonUtils.h.
|
inline |
Definition at line 64 of file pqPythonUtils.h.