PerformerLevelsSerializer Class Reference
  #include <PerformerLevels.hh>
| Static Public Member Functions | |
| static std::istream & | Deserialize (std::istream &_in, std::set< Entity > &_set) | 
| Deserialization for std::set<Entity>.  More... | |
| static std::ostream & | Serialize (std::ostream &_out, const std::set< Entity > &_set) | 
| Serialization for std::set<Entity>.  More... | |
Member Function Documentation
◆ Deserialize()
| 
 | inlinestatic | 
Deserialization for std::set<Entity>. 
- Parameters
- 
  [in] _in Input stream. [out] _set Set to populate 
- Returns
- The stream.
References set< K >::clear(), set< K >::insert(), and istream::setf().
◆ Serialize()
| 
 | inlinestatic | 
Serialization for std::set<Entity>. 
- Parameters
- 
  [in] _out Output stream. [in] _set Set to stream 
- Returns
- The stream.
The documentation for this class was generated from the following file: