clang  3.9.0
Public Member Functions | List of all members
clang::SavedStreamPosition Struct Reference

Helper class that saves the current stream position and then restores it when destroyed. More...

#include <ASTReader.h>

Public Member Functions

 SavedStreamPosition (llvm::BitstreamCursor &Cursor)
 
 ~SavedStreamPosition ()
 

Detailed Description

Helper class that saves the current stream position and then restores it when destroyed.

Definition at line 2159 of file ASTReader.h.

Constructor & Destructor Documentation

clang::SavedStreamPosition::SavedStreamPosition ( llvm::BitstreamCursor &  Cursor)
inlineexplicit

Definition at line 2160 of file ASTReader.h.

clang::SavedStreamPosition::~SavedStreamPosition ( )
inline

Definition at line 2163 of file ASTReader.h.


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