Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Public Attributes | List of all members
cPieceGeneratorBFSTree::cFreeConnector Struct Reference

The type used for storing a pool of connectors that will be attempted to expand by another piece. More...

#include <PieceGeneratorBFSTree.h>

Collaboration diagram for cPieceGeneratorBFSTree::cFreeConnector:
Collaboration graph
[legend]

Public Member Functions

 cFreeConnector (cPlacedPiece *a_Piece, const cPiece::cConnector &a_Connector)
 

Public Attributes

cPiece::cConnector m_Connector
 
cPlacedPiecem_Piece
 

Detailed Description

The type used for storing a pool of connectors that will be attempted to expand by another piece.

Definition at line 47 of file PieceGeneratorBFSTree.h.

Constructor & Destructor Documentation

◆ cFreeConnector()

cPieceGeneratorBFSTree::cFreeConnector::cFreeConnector ( cPlacedPiece a_Piece,
const cPiece::cConnector a_Connector 
)

Definition at line 335 of file PieceGeneratorBFSTree.cpp.

Member Data Documentation

◆ m_Connector

cPiece::cConnector cPieceGeneratorBFSTree::cFreeConnector::m_Connector

Definition at line 50 of file PieceGeneratorBFSTree.h.

◆ m_Piece

cPlacedPiece* cPieceGeneratorBFSTree::cFreeConnector::m_Piece

Definition at line 49 of file PieceGeneratorBFSTree.h.


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