FACT++  1.0
string Tools::Form ( const char *  fmt,
  ... 
)

Definition at line 45 of file tools.cc.

References Format(), and str.

Referenced by TPointGui::DisplayBending(), TPointGui::DisplayData(), TPointGui::DisplayResult(), StateMachineEventServer::Execute(), StateMachineSmartFACT::Execute(), TPointGui::Fit(), FitsDumper::Format(), DataProcessorImp::FormFileName(), MVideoCtrl::GetTitle(), MPointing::Load(), TPointGui::LoadStars(), operator<<(), Print(), MPointing::PrintMinuitParameters(), StateMachineRateControl::ProcessPatches(), showlog(), and TPointGui::TPointGui().

46 {
47  va_list ap;
48  va_start(ap, fmt);
49 
50  string str = Format(fmt, ap);
51 
52  va_end(ap);
53 
54  return str;
55 }
char str[80]
Definition: test_client.c:7
std::string Format(const char *fmt, va_list &ap)
Definition: tools.cc:21

+ Here is the call graph for this function:

+ Here is the caller graph for this function: