clang 19.0.0git
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 "clang/Serialization/ASTRecordReader.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 359 of file ASTRecordReader.h.

Constructor & Destructor Documentation

◆ SavedStreamPosition()

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

Definition at line 360 of file ASTRecordReader.h.

◆ ~SavedStreamPosition()

clang::SavedStreamPosition::~SavedStreamPosition ( )
inline

Definition at line 363 of file ASTRecordReader.h.

References toString().


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