Home
last modified time | relevance | path

Searched refs:T_unmarshall (Results 1 – 1 of 1) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtags.cc343 static void _unmarshall_vector(reader& th, vector<T>& vec, U T_unmarshall);
553 static void _unmarshall_vector(reader& th, vector<T>& vec, U T_unmarshall) in _unmarshall_vector() argument
558 vec.push_back(T_unmarshall(th)); in _unmarshall_vector()
561 template <typename T_container, typename T_inserter, typename T_unmarshall>
563 T_inserter inserter, T_unmarshall unmarshal) in unmarshall_container()