CrossFramework Library

XBase/Ref.hpp

説明を見る。
00001 
00006 #if defined(XBASE_INCLUDED_REF_HPP)
00007 #else
00008 #define XBASE_INCLUDED_REF_HPP
00009 
00010 //------------------------------------------------------------
00011 #include <XBase/Reference.hpp>
00012 
00013 //------------------------------------------------------------
00014 namespace XBase {
00016 
00017 
00018     template< typename T >
00019     const Reference< T > Ref( T& aObj )
00020     {
00021         return Reference< T >( aObj );
00022     }
00024 }
00025 //------------------------------------------------------------
00026 #endif
00027 // EOF
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義