12 template <
typename T,
typename defaultElemType = T>
class _nout
tdumArr:
public tarr<T, defaultElemType> {
15 typedef typename super::iter
iter;
40 typedef tdumArr<node, mockObj> dumArr;
Script type for byeol objects
Definition mgdType.hpp:18
Base class for all AST nodes in the byeol language
Definition node.hpp:195
User-defined origin type
Definition origin.hpp:99
Function parameter list container
Definition params.hpp:16
Definition tarrayable.hpp:11
Dummy array that ignores all modifications
Definition tdumArr.hpp:12
nbool add(nidx n, const node &new1) override
Definition tdumArr.hpp:35
Template unidirectional container interface
Definition tucontainable.hpp:20
Bidirectional iterator for key-value containers
Definition biter.hpp:10