clang API Documentation

Public Member Functions
clang::GreaterThanIsOperatorScope Class Reference

RAII object that makes '>' behave either as an operator or as the closing angle bracket for a template argument list. More...

#include <RAIIObjectsForParser.h>

List of all members.

Public Member Functions

 GreaterThanIsOperatorScope (bool &GTIO, bool Val)
 ~GreaterThanIsOperatorScope ()

Detailed Description

RAII object that makes '>' behave either as an operator or as the closing angle bracket for a template argument list.

Definition at line 264 of file RAIIObjectsForParser.h.


Constructor & Destructor Documentation

clang::GreaterThanIsOperatorScope::GreaterThanIsOperatorScope ( bool &  GTIO,
bool  Val 
) [inline]

Definition at line 268 of file RAIIObjectsForParser.h.

clang::GreaterThanIsOperatorScope::~GreaterThanIsOperatorScope ( ) [inline]

Definition at line 273 of file RAIIObjectsForParser.h.


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