Public Member Functions | |
| colony (int r, int c) | |
| colony (const colony &)=default | |
| colony & | operator= (const colony &c) |
| bool | operator== (const colony &c) |
| bool | operator!= (const colony &c) |
| int | row () const |
| int | col () const |
| int | islife (int r, int c) const |
| void | evolve (const colony &c) |
| void | flip (int r, int c) |
Public Attributes | |
| int | m_nColony_count = 0 |