Ninja
Public Member Functions | Static Public Member Functions | Private Types | Private Attributes | Friends | List of all members
Rule Struct Reference

An invokable build command and associated metadata (description, etc.). More...

#include <eval_env.h>

Public Member Functions

void AddBinding (const std::string &key, const EvalString &val)
 
const EvalStringGetBinding (const std::string &key) const
 
const std::string & name () const
 
 Rule (const std::string &name)
 

Static Public Member Functions

static bool IsReservedBinding (const std::string &var)
 

Private Types

typedef std::map< std::string, EvalStringBindings
 

Private Attributes

Bindings bindings_
 
std::string name_
 

Friends

struct ManifestParser
 

Detailed Description

An invokable build command and associated metadata (description, etc.).

Definition at line 59 of file eval_env.h.

Member Typedef Documentation

◆ Bindings

typedef std::map<std::string, EvalString> Rule::Bindings
private

Definition at line 75 of file eval_env.h.

Constructor & Destructor Documentation

◆ Rule()

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

Definition at line 60 of file eval_env.h.

Member Function Documentation

◆ AddBinding()

void Rule::AddBinding ( const std::string &  key,
const EvalString val 
)

Definition at line 55 of file eval_env.cc.

Referenced by ManifestParser::ParseRule().

◆ GetBinding()

const EvalString * Rule::GetBinding ( const std::string &  key) const

Definition at line 59 of file eval_env.cc.

◆ IsReservedBinding()

bool Rule::IsReservedBinding ( const std::string &  var)
static

Definition at line 67 of file eval_env.cc.

Referenced by ManifestParser::ParseRule().

◆ name()

const std::string& Rule::name ( ) const
inline

Friends And Related Function Documentation

◆ ManifestParser

friend struct ManifestParser
friend

Definition at line 72 of file eval_env.h.

Member Data Documentation

◆ bindings_

Bindings Rule::bindings_
private

Definition at line 76 of file eval_env.h.

Referenced by ManifestParser::ParseRule(), and TEST_F().

◆ name_

std::string Rule::name_
private

Definition at line 74 of file eval_env.h.

Referenced by name().


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