CYCLUS
Public Types | List of all members
cyclus::PrefMap< T > Struct Template Reference

Detailed Description

template<class T>
struct cyclus::PrefMap< T >

Definition at line 25 of file exchange_context.h.

#include <exchange_context.h>

Public Types

typedef Bid< T > * bid_ptr
 
typedef Request< T > * request_ptr
 
typedef std::map< Request< T > *, std::map< Bid< T > *, double > > type
 

Member Typedef Documentation

◆ bid_ptr

template<class T>
typedef Bid<T>* cyclus::PrefMap< T >::bid_ptr

Definition at line 28 of file exchange_context.h.

◆ request_ptr

template<class T>
typedef Request<T>* cyclus::PrefMap< T >::request_ptr

Definition at line 27 of file exchange_context.h.

◆ type

template<class T>
typedef std::map<Request<T>*, std::map<Bid<T>*, double> > cyclus::PrefMap< T >::type

Definition at line 26 of file exchange_context.h.


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