mirror of https://github.com/davisking/dlib.git
updated spec
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403747
This commit is contained in:
parent
e324486483
commit
f7f9d81ab2
|
@ -115,6 +115,21 @@ namespace dlib
|
||||||
provides a global swap function
|
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_
|
#endif // DLIB_RAND_KERNEl_ABSTRACT_
|
||||||
|
|
Loading…
Reference in New Issue