Gambit::MapTypes< DerivedSpec, MapTag::Set > Struct Template Reference Types needed for function pointer maps Partial specialisation for "setter" maps. More...
Detailed Descriptiontemplate<class DerivedSpec>
|
typedef FcnInfo1<FSptr1> Gambit::MapTypes< DerivedSpec, MapTag::Set >::FInfo1 |
Definition at line 223 of file spectrum_helpers.hpp.
typedef FcnInfo1<plainfptrI1> Gambit::MapTypes< DerivedSpec, MapTag::Set >::FInfo1I |
Definition at line 229 of file spectrum_helpers.hpp.
typedef FcnInfo1<plainfptrM1> Gambit::MapTypes< DerivedSpec, MapTag::Set >::FInfo1M |
Definition at line 227 of file spectrum_helpers.hpp.
typedef FcnInfo1<FSptr1W> Gambit::MapTypes< DerivedSpec, MapTag::Set >::FInfo1W |
Definition at line 225 of file spectrum_helpers.hpp.
typedef FcnInfo2<FSptr2> Gambit::MapTypes< DerivedSpec, MapTag::Set >::FInfo2 |
Definition at line 224 of file spectrum_helpers.hpp.
typedef FcnInfo2<plainfptrI2> Gambit::MapTypes< DerivedSpec, MapTag::Set >::FInfo2I |
Definition at line 230 of file spectrum_helpers.hpp.
typedef FcnInfo2<plainfptrM2> Gambit::MapTypes< DerivedSpec, MapTag::Set >::FInfo2M |
Definition at line 228 of file spectrum_helpers.hpp.
typedef FcnInfo2<FSptr2W> Gambit::MapTypes< DerivedSpec, MapTag::Set >::FInfo2W |
Definition at line 226 of file spectrum_helpers.hpp.
typedef std::map<str, FSptr> Gambit::MapTypes< DerivedSpec, MapTag::Set >::fmap0 |
Definition at line 231 of file spectrum_helpers.hpp.
typedef std::map<str, plainfptrI> Gambit::MapTypes< DerivedSpec, MapTag::Set >::fmap0_extraI |
Definition at line 240 of file spectrum_helpers.hpp.
typedef std::map<str, plainfptrM> Gambit::MapTypes< DerivedSpec, MapTag::Set >::fmap0_extraM |
Definition at line 237 of file spectrum_helpers.hpp.
typedef std::map<str, FSptrW> Gambit::MapTypes< DerivedSpec, MapTag::Set >::fmap0W |
Definition at line 234 of file spectrum_helpers.hpp.
typedef std::map<str, FInfo1> Gambit::MapTypes< DerivedSpec, MapTag::Set >::fmap1 |
Definition at line 232 of file spectrum_helpers.hpp.
typedef std::map<str, FInfo1I> Gambit::MapTypes< DerivedSpec, MapTag::Set >::fmap1_extraI |
Definition at line 241 of file spectrum_helpers.hpp.
typedef std::map<str, FInfo1M> Gambit::MapTypes< DerivedSpec, MapTag::Set >::fmap1_extraM |
Definition at line 238 of file spectrum_helpers.hpp.
typedef std::map<str, FInfo1W> Gambit::MapTypes< DerivedSpec, MapTag::Set >::fmap1W |
Definition at line 235 of file spectrum_helpers.hpp.
typedef std::map<str, FInfo2> Gambit::MapTypes< DerivedSpec, MapTag::Set >::fmap2 |
Definition at line 233 of file spectrum_helpers.hpp.
typedef std::map<str, FInfo2I> Gambit::MapTypes< DerivedSpec, MapTag::Set >::fmap2_extraI |
Definition at line 242 of file spectrum_helpers.hpp.
typedef std::map<str, FInfo2M> Gambit::MapTypes< DerivedSpec, MapTag::Set >::fmap2_extraM |
Definition at line 239 of file spectrum_helpers.hpp.
typedef std::map<str, FInfo2W> Gambit::MapTypes< DerivedSpec, MapTag::Set >::fmap2W |
Definition at line 236 of file spectrum_helpers.hpp.
typedef void(Model::* Gambit::MapTypes< DerivedSpec, MapTag::Set >::FSptr) (double) |
Definition at line 211 of file spectrum_helpers.hpp.
typedef void(Model::* Gambit::MapTypes< DerivedSpec, MapTag::Set >::FSptr1) (int, const double &) |
Definition at line 212 of file spectrum_helpers.hpp.
typedef void(DerivedSpec::* Gambit::MapTypes< DerivedSpec, MapTag::Set >::FSptr1W) (double, int) |
Definition at line 215 of file spectrum_helpers.hpp.
typedef void(Model::* Gambit::MapTypes< DerivedSpec, MapTag::Set >::FSptr2) (int, int, const double &) |
Definition at line 213 of file spectrum_helpers.hpp.
typedef void(DerivedSpec::* Gambit::MapTypes< DerivedSpec, MapTag::Set >::FSptr2W) (double, int, int) |
Definition at line 216 of file spectrum_helpers.hpp.
typedef void(DerivedSpec::* Gambit::MapTypes< DerivedSpec, MapTag::Set >::FSptrW) (double) |
Definition at line 214 of file spectrum_helpers.hpp.
typedef SpecTraits<DerivedSpec>::Input Gambit::MapTypes< DerivedSpec, MapTag::Set >::Input |
Definition at line 210 of file spectrum_helpers.hpp.
typedef SpecTraits<DerivedSpec>::Model Gambit::MapTypes< DerivedSpec, MapTag::Set >::Model |
Definition at line 209 of file spectrum_helpers.hpp.
typedef void(* Gambit::MapTypes< DerivedSpec, MapTag::Set >::plainfptrI) (Input &, double) |
Definition at line 220 of file spectrum_helpers.hpp.
typedef void(* Gambit::MapTypes< DerivedSpec, MapTag::Set >::plainfptrI1) (Input &, double, int) |
Definition at line 221 of file spectrum_helpers.hpp.
typedef void(* Gambit::MapTypes< DerivedSpec, MapTag::Set >::plainfptrI2) (Input &, double, int, int) |
Definition at line 222 of file spectrum_helpers.hpp.
typedef void(* Gambit::MapTypes< DerivedSpec, MapTag::Set >::plainfptrM) (Model &, double) |
Definition at line 217 of file spectrum_helpers.hpp.
typedef void(* Gambit::MapTypes< DerivedSpec, MapTag::Set >::plainfptrM1) (Model &, double, int) |
Definition at line 218 of file spectrum_helpers.hpp.
typedef void(* Gambit::MapTypes< DerivedSpec, MapTag::Set >::plainfptrM2) (Model &, double, int, int) |
Definition at line 219 of file spectrum_helpers.hpp.