webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | List of all members
Source Struct Reference

Public Types

enum  Type { STDIN }
 

Public Member Functions

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

Member Enumeration Documentation

◆ Type

Enumerator
STDIN 

Constructor & Destructor Documentation

◆ Source() [1/3]

Source::Source ( )
inline

◆ Source() [2/3]

Source::Source ( Type  )
inline

◆ Source() [3/3]

Source::Source ( const std::string name)
inline

Member Function Documentation

◆ filename()

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

◆ is_stdin()

bool Source::is_stdin ( ) const
inline

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