Files
rippled/src/ripple
Vinnie Falco 55637f7508 Template abstract_clock on Clock:
The abstract_clock is now templated on a type meeting the requirements of
the Clock concept. It inherits the nested types of the Clock on which it
is based. This resolves a problem with the original design which broke the
type-safety of time_point from different abstract clocks.
2014-11-25 19:19:56 -08:00
..
2014-11-25 19:19:56 -08:00
2014-11-25 19:19:56 -08:00
2014-09-04 16:11:44 -07:00
2014-11-25 11:44:02 -08:00
2014-11-25 11:44:02 -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