#include "Loggable.h"
#include <vector>
#include <boost/utility/enable_if.hpp>
#include <boost/type_traits.hpp>
Go to the source code of this file.
Classes | |
struct | NullType |
Empty structure. Used as a guardian element at the end of the Chain. More... | |
class | Chain< HeadType, TailType > |
Expandable statically-typed container for values and references. More... | |
Typedefs | |
typedef Chain< NullType, NullType > | EmptyChain |
typedef for an empty chain. | |
Functions | |
EmptyChain | MakeEmptyChain () |
Function which creates an empty chain. |
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 Chain.h.