Files
xahaud/src/ripple
Vinnie Falco f5b39ee911 Remove HTTP::ScopedStream:
This class was used to allow stream style operator<< to write to the
HTTP::Session. This is being superceded by a more robust object-based model
that supports coroutines.
2014-10-22 19:36:28 -07:00
..
2014-10-16 21:44:36 -04:00
2014-10-22 19:36:28 -07:00
2014-10-15 19:39:30 -04:00
2014-09-04 16:11:44 -07:00
2014-10-14 12:35:17 -04:00
2014-10-15 19:39:30 -04:00
2014-10-15 19:39:30 -04:00
2014-10-22 19:36:28 -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