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

#include <grid.h>

Public Member Functions

 Point (Board &b, int in_id)
 
 Point (const Point &)=default
 
Pointoperator= (const Pointe &)=default
 
POINT_TYPE GetValue () const
 
void SetValue (POINT_TYPE value)
 

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename POINT_TYPE >
POINT_TYPE emp::Grid::Point< POINT_TYPE >::GetValue ( ) const
inline
template<typename POINT_TYPE >
Point& emp::Grid::Point< POINT_TYPE >::operator= ( const Pointe &  )
default
template<typename POINT_TYPE >
void emp::Grid::Point< POINT_TYPE >::SetValue ( POINT_TYPE  value)
inline

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