debug.hpp

デバッグ用ライブラリに関する宣言定義 [詳細]

#include "toppers/config.hpp"
#include <iostream>

debug.hppのインクルード依存関係図

ソースコードを見る。

ネームスペース

namespace  toppers

マクロ定義

#define TOPPERS_TRACE(str, value)   ( ( void )0 )

関数

template<typename T>
void toppers::trace (const char *str, const T &value)


説明

デバッグ用ライブラリに関する宣言定義

debug.hpp で定義されています。


Copyright © 2006 by TAKAGI Nobuhisa.
このページは Wed Apr 12 16:31:57 2006 に Doxygen によって生成されました。