openMSX
List of all members
openmsx::serialize_as_collection< std::set< T > > Struct Template Reference

#include <serialize_stl.hh>

Inheritance diagram for openmsx::serialize_as_collection< std::set< T > >:
Inheritance graph
[legend]
Collaboration diagram for openmsx::serialize_as_collection< std::set< T > >:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from openmsx::serialize_as_stl_collection< std::set< T > >
typedef std::set< T >::value_type value_type
 
typedef std::set< T >
::const_iterator 
const_iterator
 
typedef std::insert_iterator
< std::set< T > > 
output_iterator
 
- Static Public Member Functions inherited from openmsx::serialize_as_stl_collection< std::set< T > >
static const_iterator begin (const std::set< T > &t)
 
static const_iterator end (const std::set< T > &t)
 
static void prepare (std::set< T > &t, int)
 
static output_iterator output (std::set< T > &t)
 
- Static Public Attributes inherited from openmsx::serialize_as_stl_collection< std::set< T > >
static const int size
 
static const bool loadInPlace
 

Detailed Description

template<typename T>
struct openmsx::serialize_as_collection< std::set< T > >

Definition at line 36 of file serialize_stl.hh.


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