proxygen
b_ns Namespace Reference

Functions

 FOLLY_SETTING_DEFINE (follytest, public_flag_to_b, std::string,"basdf","Public flag to b")
 
std::string b_func ()
 
 FOLLY_SETTING_DECLARE (follytest, public_flag_to_b, std::string)
 

Function Documentation

std::string b_ns::b_func ( )

Definition at line 38 of file b.cpp.

References FOLLY_SETTING.

Referenced by TEST().

38  {
39  return *FOLLY_SETTING(follytest, internal_flag_to_b) +
40  *FOLLY_SETTING(follytest, public_flag_to_b);
41 }
#define FOLLY_SETTING(_project, _name)
Definition: Settings.h:192
b_ns::FOLLY_SETTING_DECLARE ( follytest  ,
public_flag_to_b  ,
std::string   
)
b_ns::FOLLY_SETTING_DEFINE ( follytest  ,
public_flag_to_b  ,
std::string  ,
"basdf"  ,
"Public flag to b  
)