객체 시리얼화 Boost

328 단어 boost

 
class Empty
{
public:
Empty(); //       
Empty( const Empty& ); //       
~Empty(); //     
Empty& operator=( const Empty& ); //      
Empty* operator&(); //      
const Empty* operator&() const; //       const
};

좋은 웹페이지 즐겨찾기