Public Types | Public Member Functions | Private Attributes | List of all members
Source Struct Reference

Public Types

enum  Type { STDIN }
 

Public Member Functions

const std::string & filename () const
 
bool is_stdin () const
 
 Source ()
 
 Source (const std::string &name)
 
 Source (Type)
 

Private Attributes

std::string filename_
 
bool is_stdin_
 

Detailed Description

Definition at line 50 of file digest.cc.

Member Enumeration Documentation

◆ Type

Enumerator
STDIN 

Definition at line 51 of file digest.cc.

Constructor & Destructor Documentation

◆ Source() [1/3]

Source::Source ( )
inline

Definition at line 55 of file digest.cc.

◆ Source() [2/3]

Source::Source ( Type  )
inlineexplicit

Definition at line 56 of file digest.cc.

◆ Source() [3/3]

Source::Source ( const std::string &  name)
inlineexplicit

Definition at line 57 of file digest.cc.

Member Function Documentation

◆ filename()

const std::string& Source::filename ( ) const
inline

Definition at line 61 of file digest.cc.

◆ is_stdin()

bool Source::is_stdin ( ) const
inline

Definition at line 60 of file digest.cc.

Member Data Documentation

◆ filename_

std::string Source::filename_
private

Definition at line 65 of file digest.cc.

◆ is_stdin_

bool Source::is_stdin_
private

Definition at line 64 of file digest.cc.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:48