#include "CompositeLoggable.h"
#include "Loggable.h"
#include "LogContentsPrinter.h"
#include "Chain.h"
#include "StreamOperators.h"
#include "LoggableTraits.h"
#include "TStd.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | ChainLoggable< ChainType > |
Wrapper which exposes the contents of the Chain object as a CompositeLoggable. More... | |
Functions | |
template<typename ChainType > | |
ChainLoggable< ChainType > | MakeChainLoggable (const ChainType &chain) |
Convenience function wrapping the ChainLoggable 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 ChainLoggable.h.