📄 tagtreedecoder.h
字号:
{
}
*/
bool CSizVector::IsEmpty()
{
// if ()
return 0;
}
void CSizVector::operator =(CSizVector &SizVector)
{
RemoveAll();
Copy(SizVector);
}