#include "ChainLoggable.h"
#include "TBoostFormat.h"
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Classes | |
class | FormattedChainLoggable< ChainType > |
ChainLoggable which allows arbitrary formatting of its string representation. More... | |
Functions | |
template<typename ChainType > | |
FormattedChainLoggable< ChainType > | MakeFormattedChainLoggable (const ChainType &chain, std::tstring format) |
Convenience function wrapping the FormattedChainLoggable constructor. |
Copyright © 2009 NVIDIA Corporation. All rights reserved.
NVIDIA Corporation and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related documentation without express license agreement from NVIDIA Corporation is strictly prohibited.
Definition in file FormattedChainLoggable.h.