1 #ifndef CSM_WOLRD_NESTEDTABLEWRAPPER_H
2 #define CSM_WOLRD_NESTEDTABLEWRAPPER_H
10 virtual int size()
const;
15 template<
typename NestedTable>
NestedTableWrapperBase()
Definition: nestedtablewrapper.cpp:3
Definition: nestedtablewrapper.hpp:6
NestedTableWrapper(const NestedTable &nestedTable)
Definition: nestedtablewrapper.hpp:20
virtual int size() const
Definition: nestedtablewrapper.cpp:9
NestedTable mNestedTable
Definition: nestedtablewrapper.hpp:18
virtual int size() const
Definition: nestedtablewrapper.hpp:25
virtual ~NestedTableWrapperBase()
Definition: nestedtablewrapper.cpp:6
Definition: nestedtablewrapper.hpp:16
virtual ~NestedTableWrapper()
Definition: nestedtablewrapper.hpp:23