Empirical
Public Member Functions | List of all members
emp::Grid::Cell< CELL_TYPE > Class Template Reference

#include <grid.h>

Public Member Functions

 Cell (Board &b, int in_id)
 
 Cell (const Cell &)=default
 
Celloperator= (const Cell &)=default
 
CELL_TYPE GetValue () const
 
void SetValue (CELL_TYPE value)
 

Constructor & Destructor Documentation

template<typename CELL_TYPE >
emp::Grid::Cell< CELL_TYPE >::Cell ( Board b,
int  in_id 
)
inline
template<typename CELL_TYPE >
emp::Grid::Cell< CELL_TYPE >::Cell ( const Cell< CELL_TYPE > &  )
default

Member Function Documentation

template<typename CELL_TYPE >
CELL_TYPE emp::Grid::Cell< CELL_TYPE >::GetValue ( ) const
inline
template<typename CELL_TYPE >
Cell& emp::Grid::Cell< CELL_TYPE >::operator= ( const Cell< CELL_TYPE > &  )
default
template<typename CELL_TYPE >
void emp::Grid::Cell< CELL_TYPE >::SetValue ( CELL_TYPE  value)
inline

The documentation for this class was generated from the following file: