~romain-bouqueau-pro/abstract/master

« back to all changes in this revision

Viewing changes to src/model.d

  • Committer: rbouqueau
  • Date: 2014-12-16 16:15:05 UTC
  • Revision ID: romain.bouqueau.pro@gmail.com-20141216161505-9eppzywbmwt5pd41
reinject code to declare complex types

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    return m_namedSequence;
94
94
  }
95
95
 
 
96
  const(bool) isNamedSequence() const
 
97
  {
 
98
    return m_type == Type.NamedSequence;
 
99
  }
 
100
 
96
101
private:
97
102
  enum Type
98
103
  {