Design Pattern Examples
Overview of object-oriented design patterns
MoveCommandList Struct Reference

Represents a list of MoveCommand objects. More...

#include <NullObject_MoveCommandList.h>

Collaboration diagram for MoveCommandList:
Collaboration graph

Public Attributes

MoveCommand ** commands
 Array of pointers to MoveCommand objects.
 
size_t commands_count
 Number of commands in the commands array.
 

Detailed Description

Represents a list of MoveCommand objects.

Definition at line 19 of file NullObject_MoveCommandList.h.

Member Data Documentation

◆ commands

◆ commands_count

size_t commands_count

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