webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Types | Public Member Functions | Public Attributes | List of all members
pp::Macro Struct Reference

#include <Macro.h>

Public Types

enum  Type { kTypeObj, kTypeFunc }
 
typedef std::vector< std::stringParameters
 
typedef std::vector< TokenReplacements
 

Public Member Functions

 Macro ()
 
bool equals (const Macro &other) const
 

Public Attributes

bool predefined
 
bool disabled
 
int expansionCount
 
Type type
 
std::string name
 
Parameters parameters
 
Replacements replacements
 

Member Typedef Documentation

◆ Parameters

◆ Replacements

Member Enumeration Documentation

◆ Type

Enumerator
kTypeObj 
kTypeFunc 

Constructor & Destructor Documentation

◆ Macro()

pp::Macro::Macro ( )
inline

Member Function Documentation

◆ equals()

bool pp::Macro::equals ( const Macro other) const

Member Data Documentation

◆ disabled

bool pp::Macro::disabled
mutable

◆ expansionCount

int pp::Macro::expansionCount
mutable

◆ name

std::string pp::Macro::name

◆ parameters

Parameters pp::Macro::parameters

◆ predefined

bool pp::Macro::predefined

◆ replacements

Replacements pp::Macro::replacements

◆ type

Type pp::Macro::type

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