Files
rippled/src/ripple
Howard Hinnant 1e6111c09c Make the data of a SHAMap const:
* Hold a shared_ptr<SHAMapItem const> instead of a shared_ptr<SHAMapItem>.
* Compiler helps us enforce data immutability.
* Make SHAMapAbstractNode::addRaw const

Conflicts:
	src/ripple/app/ledger/Ledger.cpp
	src/ripple/app/ledger/Ledger.h
	src/ripple/app/ledger/LedgerHistory.cpp
	src/ripple/app/ledger/LedgerToJson.h
2015-06-22 18:39:33 -07:00
..
2015-06-22 18:39:33 -07:00
2015-06-15 19:43:03 -07:00
2015-06-08 15:06:28 -07:00
2015-06-13 11:55:03 -07:00
2015-06-15 19:43:02 -07:00
2015-06-13 12:02:28 -07:00
2015-05-29 13:44:44 -04:00
2015-05-22 11:09:50 -07:00
2015-06-22 18:39:33 -07:00
2015-06-22 18:39:33 -07:00
2015-06-22 18:39:33 -07:00
2015-06-22 18:39:33 -07:00
2015-05-22 10:58:16 -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