Go to the source code of this file.
 | 
| namespace   | ml | 
|   | Main documentation file for ML users and developers. 
  | 
|   | 
 | 
| template<typename T >  | 
| bool  | ml::CSOWriteValueToStream (std::ostream &out, const T &value, bool asBinary) | 
|   | 
| template<>  | 
| bool  | ml::CSOWriteValueToStream< Variant > (std::ostream &out, const Variant &value, bool asBinary) | 
|   | 
| template<>  | 
| bool  | ml::CSOWriteValueToStream< CSOPathPoints > (std::ostream &out, const CSOPathPoints &value, bool asBinary) | 
|   | 
| template<typename T >  | 
| bool  | ml::CSOReadValueFromStream (std::istream &in, T &value, bool asBinary) | 
|   | 
| template<>  | 
| bool  | ml::CSOReadValueFromStream< Variant > (std::istream &in, Variant &value, bool asBinary) | 
|   | 
| template<>  | 
| bool  | ml::CSOReadValueFromStream< CSOPathPoints > (std::istream &in, CSOPathPoints &value, bool asBinary) | 
|   |