Files
rippled/src/ripple
Vinnie Falco 2009f8b1ca Add insight support to TaggedCache, KeyCache:
* Move TaggedCache, KeyCache to common
* Add radmap module, FullBelowCache class
* Add get_seconds_clock
* Inject FullBelowCache in SHAMap
2014-02-03 23:00:45 -08:00
..
2014-01-16 17:18:05 -05:00
2014-01-07 15:57:45 -08:00
2013-11-20 10:16:46 -08:00
2014-01-21 10:28:33 -05:00
2014-01-07 15:57:49 -08:00
2014-01-16 17:18:05 -05:00
2014-01-29 07:53:27 -08: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