Files
rippled/src/ripple
Tom Ritchford c2f2f83b7c Clean up Pathfinder.
* Restrict to 80-columns and other style cleanups.
* Make pathfinding a free function and hide the class Pathfinder.
* Split off unrelated utility functions into separate files.

Conflicts:
	src/ripple/rpc/handlers/RipplePathFind.cpp
2014-11-06 16:58:10 -08:00
..
2014-11-06 16:58:10 -08:00
2014-11-06 16:10:00 -08:00
2014-11-06 16:10:00 -08:00
2014-09-04 16:11:44 -07:00
2014-11-06 16:10:00 -08:00
2014-11-02 07:16:08 -08:00
2014-11-06 16:10:00 -08:00
2014-11-06 16:10:00 -08:00
2014-11-06 16:58:10 -08:00
2014-11-06 16:10:00 -08:00
2014-10-15 19:39:30 -04:00
2014-11-06 16:58:10 -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