Files
rippled/src/ripple
Vinnie Falco 0cf58cc505 Add Rules to ReadView:
An instance of Rules provides information on the tx
processing rules in a particular ledger.

* OpenView allows rules to be set on construction.

Conflicts:
	src/ripple/unity/ledger.cpp
2015-07-23 14:23:13 -07:00
..
2015-07-23 14:23:13 -07:00
2015-07-23 14:23:10 -07:00
2015-07-23 14:23:11 -07:00
2015-07-13 15:25:20 -07:00
2015-07-23 14:23:13 -07:00
2015-07-23 14:23:11 -07:00
2015-07-13 15:25:20 -07:00
2015-07-23 14:23:11 -07:00
2015-07-15 16:56:43 -07:00
2015-05-29 13:44:44 -04:00
2015-07-23 12:32:43 -07:00
2015-07-23 14:23:12 -07:00
2015-07-13 16:38:39 -07:00
2015-07-15 16:56:43 -07:00
2015-07-23 14:23:13 -07:00
2015-07-23 14:23:12 -07:00
2015-07-13 16:38:39 -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