
Go to the source code of this file.
Functions | |
| template<class A, class B> | |
| void | operator| (PUP::er &p, typename std::pair< A, B > &v) |
| template<class A, class B> | |
| void | operator| (PUP::er &p, typename std::pair< const A, B > &v) |
| template<class T> | |
| void | operator| (PUP::er &p, std::complex< T > &v) |
| template<class charType> | |
| void | operator| (PUP::er &p, typename std::basic_string< charType > &v) |
| void | operator| (PUP::er &p, std::string &v) |
| template<class container> | |
| int | PUP_stl_container_size (PUP::er &p, container &c) |
| template<class container, class dtype> | |
| void | PUP_stl_container_items (PUP::er &p, container &c) |
| template<class container, class dtype> | |
| void | PUP_stl_container (PUP::er &p, container &c) |
| template<class container, class dtype> | |
| void | PUP_stl_map (PUP::er &p, container &c) |
| template<class T> | |
| void | operator| (PUP::er &p, typename std::vector< T > &v) |
| template<class T> | |
| void | operator| (PUP::er &p, typename std::list< T > &v) |
| template<class V, class T, class Cmp> | |
| void | operator| (PUP::er &p, typename std::map< V, T, Cmp > &m) |
| template<class V, class T, class Cmp> | |
| void | operator| (PUP::er &p, typename std::multimap< V, T, Cmp > &m) |
| template<class T> | |
| void | operator| (PUP::er &p, typename std::set< T > &m) |
| void operator| | ( | PUP::er & | p, | |
| typename std::pair< A, B > & | v | |||
| ) | [inline] |
Definition at line 34 of file pup_stl.h.
References PUP::sync_index, PUP::sync_item, and PUP::er::syncComment().
| void operator| | ( | PUP::er & | p, | |
| typename std::pair< const A, B > & | v | |||
| ) | [inline] |
Definition at line 43 of file pup_stl.h.
References PUP::sync_index, PUP::sync_item, and PUP::er::syncComment().
| void operator| | ( | PUP::er & | p, | |
| std::complex< T > & | v | |||
| ) | [inline] |
| void operator| | ( | PUP::er & | p, | |
| typename std::basic_string< charType > & | v | |||
| ) | [inline] |
| void operator| | ( | PUP::er & | p, | |
| std::string & | v | |||
| ) | [inline] |
Definition at line 73 of file pup_stl.h.
References PUP::er::isUnpacking(), p, PUP::sync_begin_object, PUP::sync_end_object, and PUP::er::syncComment().
| void PUP_stl_container_items | ( | PUP::er & | p, | |
| container & | c | |||
| ) | [inline] |
| void PUP_stl_container | ( | PUP::er & | p, | |
| container & | c | |||
| ) | [inline] |
Definition at line 114 of file pup_stl.h.
References PUP::er::isUnpacking(), n, PUP_stl_container_size(), PUP::sync_begin_array, PUP::sync_end_array, PUP::sync_item, and PUP::er::syncComment().
| void PUP_stl_map | ( | PUP::er & | p, | |
| container & | c | |||
| ) | [inline] |
Definition at line 133 of file pup_stl.h.
References PUP::er::isUnpacking(), n, PUP_stl_container_size(), PUP::sync_begin_list, PUP::sync_end_list, and PUP::er::syncComment().
| void operator| | ( | PUP::er & | p, | |
| typename std::vector< T > & | v | |||
| ) | [inline] |
| void operator| | ( | PUP::er & | p, | |
| typename std::set< T > & | m | |||
| ) | [inline] |
1.5.5