Files
rippled/src/ripple
Tom Ritchford 27620af1bf Further cleanups of RippleCalc.
* Rename many variables.
* Make most of PathState private.
* Extract out common Node::isAccount() code.
* Rename bConsumed to allLiquidityConsumed_.
* Extract out code into PathState::clear().
2014-06-09 12:57:26 -07:00
..
2014-03-14 08:03:48 -07:00
2014-06-03 21:43:59 -07:00
2014-06-03 21:43:59 -07:00
2014-06-09 12:57:26 -07:00
2014-06-03 21:43:59 -07:00
2014-06-03 21:43:59 -07:00
2014-06-03 21:43:59 -07:00
2014-06-03 21:43:59 -07: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