NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <corelib/ncbiobj.hpp>
#include <serial/serialdef.hpp>
#include <serial/impl/continfo.hpp>
#include <serial/impl/ptrinfo.hpp>
#include <serial/impl/stdtypes.hpp>
#include <serial/impl/classinfo.hpp>
#include <serial/impl/choice.hpp>
#include <serial/impl/enumerated.hpp>
#include <vector>
#include <memory>
#include <serial/impl/objectinfo.inl>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CObjectTypeInfo |
CObjectTypeInfo –. More... | |
class | CConstObjectInfo |
CConstObjectInfo –. More... | |
class | CObjectInfo |
CObjectInfo –. More... | |
Functions | |
template<class C > | |
TTypeInfo | ObjectType (const C &) |
template<class C > | |
pair< TObjectPtr, TTypeInfo > | ObjectInfo (C &obj) |
template<class C > | |
pair< TConstObjectPtr, TTypeInfo > | ConstObjectInfo (const C &obj) |
template<class C > | |
pair< TConstObjectPtr, TTypeInfo > | ObjectInfo (const C &obj) |
template<class C > | |
pair< TObjectPtr, TTypeInfo > | RefChoiceInfo (CRef< C > &obj) |
template<class C > | |
pair< TConstObjectPtr, TTypeInfo > | ConstRefChoiceInfo (const CRef< C > &obj) |