Home
last modified time | relevance | path

Searched defs:weighted_object (Results 1 – 2 of 2) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dweighted_list.h12 template <typename W, typename T> struct weighted_object { struct
13 weighted_object( const T &obj, const W &weight ) : obj( obj ), weight( weight ) {} in weighted_object() argument
15 T obj;
16 W weight;
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dweighted_list.h12 template <typename W, typename T> struct weighted_object { struct
13 weighted_object( const T &obj, const W &weight ) : obj( obj ), weight( weight ) {} in weighted_object() function
15 T obj;
16 W weight;