clang API Documentation

Public Member Functions
clang::threadSafety::til::LiteralT< T > Class Template Reference

#include <ThreadSafetyTIL.h>

Inheritance diagram for clang::threadSafety::til::LiteralT< T >:
Inheritance graph
[legend]
Collaboration diagram for clang::threadSafety::til::LiteralT< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LiteralT (T Dat)
 LiteralT (const LiteralT< T > &L)
value () const
T & value ()

Detailed Description

template<class T>
class clang::threadSafety::til::LiteralT< T >

Definition at line 555 of file ThreadSafetyTIL.h.


Constructor & Destructor Documentation

template<class T>
clang::threadSafety::til::LiteralT< T >::LiteralT ( Dat) [inline]

Definition at line 557 of file ThreadSafetyTIL.h.

template<class T>
clang::threadSafety::til::LiteralT< T >::LiteralT ( const LiteralT< T > &  L) [inline]

Definition at line 558 of file ThreadSafetyTIL.h.


Member Function Documentation

template<class T>
T clang::threadSafety::til::LiteralT< T >::value ( ) const [inline]
template<class T>
T& clang::threadSafety::til::LiteralT< T >::value ( ) [inline]

Definition at line 561 of file ThreadSafetyTIL.h.


The documentation for this class was generated from the following file: