27#ifndef _WPXTABLELIST_H
28#define _WPXTABLELIST_H
40 std::shared_ptr<WPXTable> &
operator[](
unsigned long i)
const
44 void add(
const std::shared_ptr<WPXTable> &table)
54 std::shared_ptr<std::vector<std::shared_ptr<WPXTable>>>
m_tableList;
WPXTableList()
Definition WPXTableList.cpp:30
std::shared_ptr< WPXTable > & operator[](unsigned long i) const
Definition WPXTableList.h:40
size_t size() const
Definition WPXTableList.h:48
std::shared_ptr< std::vector< std::shared_ptr< WPXTable > > > m_tableList
Definition WPXTableList.h:54
void add(const std::shared_ptr< WPXTable > &table)
Definition WPXTableList.h:44