clang API Documentation

Public Member Functions
clang::SavedStreamPosition Struct Reference

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

#include <ASTReader.h>

List of all members.

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 2158 of file ASTReader.h.


Constructor & Destructor Documentation

clang::SavedStreamPosition::SavedStreamPosition ( llvm::BitstreamCursor &  Cursor) [inline, explicit]

Definition at line 2159 of file ASTReader.h.

Definition at line 2162 of file ASTReader.h.


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