相关代码 |
|
// file : Utility/Introspection/Object.cpp // author : Boris Kolpackov // copyright : Copyright (c) 2002-2003 Boris Kolpackov // license : http://kolpackov.net/license.html #include "Utility/Introspection/Object.hpp" namespace Utility { namespace Introspection { namespace { TypeInfo object_ (typeid (Object)); } TypeInfo const& Object:: static_type_info () throw () { return object_; } } } //$Id: Object.cpp 80826 2008-03-04 14:51:23Z wotte $
相关资源 |
|