Files
rippled/src/ripple
Howard Hinnant 4e6c8d8b35 Remove use of deprecated behavior involving copy members
*  If any of the destructor, copy assignment or copy constructor
   are user-declared, both copy members should be user-declared,
   otherwise the compiler-generation of them is deprecated.
2017-12-01 14:15:05 -05:00
..
2017-03-06 14:59:32 -05:00
2017-07-11 12:18:53 -04:00
2017-11-29 17:39:57 -05:00
2017-07-11 12:18:17 -04:00
2013-11-15 11:29:45 -08:00

Newest Style

Each folder contains a single module following the newest style:

  • One class per header
  • As much implementation hidden as possible
  • All major interfaces are abstract
  • Every class is documented
  • Each module focuses on solving one problem