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


Constructor & Destructor Documentation

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

Definition at line 1509 of file ASTReader.h.

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

Definition at line 1512 of file ASTReader.h.


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