commit | 64d506978ca469dbe760aff223c88a142c8fbdd8 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Mar 07 20:48:35 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Mar 07 20:49:13 2012 -0800 |
tree | fbf00184e1d4a0b136c1bb80e5ac07c9d8d6eda7 | |
parent | 87c9b5d2b1e8693f9908c1c1465efb8d6ad5553d [diff] [blame] |
Semi-working (Full|Diff)State -> XML and back conversions
diff --git a/model/sync-full-state.h b/model/sync-full-state.h index 7ec703c..96597d0 100644 --- a/model/sync-full-state.h +++ b/model/sync-full-state.h
@@ -78,6 +78,15 @@ DigestPtr m_digest; }; +/** + * @brief Formats an XML representation of the full state + * @param os output stream + * @param state state + * @returns output stream + */ +std::ostream & +operator << (std::ostream &os, const FullState &state); + } // Sync