/[svn]/libgig/trunk/src/Serialization.h
ViewVC logotype

Diff of /libgig/trunk/src/Serialization.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3169 by schoenebeck, Wed May 10 21:17:10 2017 UTC revision 3173 by schoenebeck, Wed May 10 23:07:28 2017 UTC
# Line 242  namespace Serialization { Line 242  namespace Serialization {
242          bool operator>(const DataType& other) const;          bool operator>(const DataType& other) const;
243          String asLongDescr() const;          String asLongDescr() const;
244          String baseTypeName() const { return m_baseTypeName; }          String baseTypeName() const { return m_baseTypeName; }
245          String customTypeName() const { return m_customTypeName; }          String customTypeName(bool demangle = false) const;
246    
247          template<typename T>          template<typename T>
248          static DataType dataTypeOf(const T& data) {          static DataType dataTypeOf(const T& data) {

Legend:
Removed from v.3169  
changed lines
  Added in v.3173

  ViewVC Help
Powered by ViewVC