Fission FSN
Loading...
Searching...
No Matches
gfCSimpleMazeComponent Class Reference

#include <gfCSimpleMazeComponent.h>

Public Member Functions

 gfCSimpleMazeComponent (int w, int h)
void print ()
std::pair< int, int > findCell (char contents) const
char getCell (int x, int y) const
int getWidth () const
int getHeight () const
bool isValid (int x, int y) const

Constructor & Destructor Documentation

◆ gfCSimpleMazeComponent()

gfCSimpleMazeComponent::gfCSimpleMazeComponent ( int w,
int h )

Member Function Documentation

◆ findCell()

std::pair< int, int > gfCSimpleMazeComponent::findCell ( char contents) const

◆ getCell()

char gfCSimpleMazeComponent::getCell ( int x,
int y ) const
inline

◆ getHeight()

int gfCSimpleMazeComponent::getHeight ( ) const
inline

◆ getWidth()

int gfCSimpleMazeComponent::getWidth ( ) const
inline

◆ isValid()

bool gfCSimpleMazeComponent::isValid ( int x,
int y ) const
inline

◆ print()

void gfCSimpleMazeComponent::print ( )

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