Example #1
0
bool TestClass::ReadFrom (const CL_Stream& s)
{
    register CL_ClassId id;
    return ReadClassId (s) && data.ReadFrom (s);
}