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