TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
Public Member Functions | Public Attributes | List of all members
cherrypi::UPCData Struct Reference

UPCTuple and associated origin. More...

#include <blackboard.h>

Public Member Functions

 UPCData ()
 
 UPCData (std::shared_ptr< UPCTuple > upc, UpcId source, Module *origin)
 

Public Attributes

std::shared_ptr< UPCTupleupc = nullptr
 
UpcId source = kInvalidUpcId
 
Moduleorigin = nullptr
 

Detailed Description

UPCTuple and associated origin.

Constructor & Destructor Documentation

cherrypi::UPCData::UPCData ( )
inline
cherrypi::UPCData::UPCData ( std::shared_ptr< UPCTuple upc,
UpcId  source,
Module origin 
)
inline

Member Data Documentation

Module* cherrypi::UPCData::origin = nullptr
UpcId cherrypi::UPCData::source = kInvalidUpcId
std::shared_ptr<UPCTuple> cherrypi::UPCData::upc = nullptr

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