NCBI C++ ToolKit
Public Member Functions | Protected Member Functions | Friends | List of all members
CSerialUserOp Class Referenceabstract

Search Toolkit Book for CSerialUserOp

Base class for user-defined serializable classes to allow for objects assignment and comparison. More...

#include <serial/serialbase.hpp>

+ Inheritance diagram for CSerialUserOp:

Public Member Functions

virtual ~CSerialUserOp ()
 

Protected Member Functions

virtual void UserOp_Assign (const CSerialUserOp &source)=0
 Will be called after copying the datatool-generated members. More...
 
virtual bool UserOp_Equals (const CSerialUserOp &object) const =0
 Will be called after comparing the datatool-generated members. More...
 

Friends

class CClassTypeInfo
 
class CChoiceTypeInfo
 

Detailed Description

Base class for user-defined serializable classes to allow for objects assignment and comparison.

EXAMPLE: class CSeq_entry : public CSeq_entry_Base, CSerialUserOp

Definition at line 318 of file serialbase.hpp.


The documentation for this class was generated from the following file:
Modified on Wed Apr 17 13:08:31 2024 by modify_doxy.py rev. 669887