#include "StructRef.h"
Public Member Functions | |
| StructRef (std::string name, std::pair< int, int > coords) | |
| std::string | getName () |
| std::pair< int, int > | getCoordinates () |
| void | setName (std::string name) |
| void | setCoordinates (std::pair< int, int > coords) |
| StructRef::StructRef | ( | std::string | name, |
| std::pair< int, int > | coords ) |
| std::pair< int, int > StructRef::getCoordinates | ( | ) |
| std::string StructRef::getName | ( | ) |
| void StructRef::setCoordinates | ( | std::pair< int, int > | coords | ) |
| void StructRef::setName | ( | std::string | name | ) |