clang API Documentation

Public Member Functions
clang::ento::CallEventRef< T > Class Template Reference

#include <CallEvent.h>

Inheritance diagram for clang::ento::CallEventRef< T >:
Inheritance graph
[legend]
Collaboration diagram for clang::ento::CallEventRef< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CallEventRef (const T *Call)
 CallEventRef (const CallEventRef &Orig)
CallEventRef< T > cloneWithState (ProgramStateRef State) const
template<typename SuperT >
 operator CallEventRef< SuperT > () const

Detailed Description

template<typename T = CallEvent>
class clang::ento::CallEventRef< T >

Definition at line 53 of file CallEvent.h.


Constructor & Destructor Documentation

template<typename T = CallEvent>
clang::ento::CallEventRef< T >::CallEventRef ( const T *  Call) [inline]

Definition at line 55 of file CallEvent.h.

template<typename T = CallEvent>
clang::ento::CallEventRef< T >::CallEventRef ( const CallEventRef< T > &  Orig) [inline]

Definition at line 56 of file CallEvent.h.


Member Function Documentation

template<typename T = CallEvent>
CallEventRef<T> clang::ento::CallEventRef< T >::cloneWithState ( ProgramStateRef  State) const [inline]
template<typename T = CallEvent>
template<typename SuperT >
clang::ento::CallEventRef< T >::operator CallEventRef< SuperT > ( ) const [inline]

Definition at line 65 of file CallEvent.h.


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