struct Gambit::MapCollection

Struct to hold collections of function pointer maps to be filled by derived classes. More…

#include <subspectrum.hpp>

Public Attributes

Name
MapTypes::fmap0map0
MapTypes::fmap1map1
MapTypes::fmap2map2
MapTypes::fmap0Wmap0W
MapTypes::fmap1Wmap1W
MapTypes::fmap2Wmap2W
MapTypes::fmap0_extraMmap0_extraM
MapTypes::fmap1_extraMmap1_extraM
MapTypes::fmap2_extraMmap2_extraM
MapTypes::fmap0_extraImap0_extraI
MapTypes::fmap1_extraImap1_extraI
MapTypes::fmap2_extraImap2_extraI

Detailed Description

template <class MapTypes >
struct Gambit::MapCollection;

Struct to hold collections of function pointer maps to be filled by derived classes.

Public Attributes Documentation

variable map0

MapTypes::fmap0 map0;

variable map1

MapTypes::fmap1 map1;

variable map2

MapTypes::fmap2 map2;

variable map0W

MapTypes::fmap0W map0W;

variable map1W

MapTypes::fmap1W map1W;

variable map2W

MapTypes::fmap2W map2W;

variable map0_extraM

MapTypes::fmap0_extraM map0_extraM;

variable map1_extraM

MapTypes::fmap1_extraM map1_extraM;

variable map2_extraM

MapTypes::fmap2_extraM map2_extraM;

variable map0_extraI

MapTypes::fmap0_extraI map0_extraI;

variable map1_extraI

MapTypes::fmap1_extraI map1_extraI;

variable map2_extraI

MapTypes::fmap2_extraI map2_extraI;

Updated on 2023-06-26 at 21:36:50 +0000