Files
rippled/src/ripple
seelabs e8d02c1333 Refactor FeatureBitset:
* Remove composite helper functions
* Add set difference and Bitset/uint256 operators
* Convert tests to use new feature bitset set difference operator
2017-12-01 14:15:05 -05:00
..
2017-11-29 17:57:58 -05:00
2017-03-06 14:59:32 -05:00
2017-11-29 17:39:57 -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
2017-12-01 14:15:05 -05:00
2017-07-11 12:18:53 -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