updated spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403747
This commit is contained in:
Davis King 2010-07-17 14:31:22 +00:00
parent e324486483
commit f7f9d81ab2

View File

@ -115,6 +115,21 @@ namespace dlib
provides a global swap function
!*/
void serialize (
const rand& item,
std::ostream& out
);
/*!
provides deserialization support
!*/
void deserialize (
rand& item,
std::istream& in
);
/*!
provides deserialization support
!*/
}
#endif // DLIB_RAND_KERNEl_ABSTRACT_