printer_id_tools.cpp
Go to the documentation of this file.
67 logger() << LogTags::printers << LogTags::info << "Assigned printer ID '"<<N<<"' to output quantity with label '"<<name<<"'" << EOM; Logging access header for GAMBIT. EXPORT_SYMBOLS bool & auto_increment() Global flag to indicate if auto-incrementing of the PointID by the likelihood container is allowed... Definition: printer_id_tools.cpp:20 EXPORT_SYMBOLS unsigned long long int & get_point_id() Returns unigue pointid;. Definition: printer_id_tools.cpp:13 EXPORT_SYMBOLS int get_main_param_id(const std::string &) Returns unique positive parameter id; just a thin wrapper for get_param_id. Definition: printer_id_tools.cpp:85 std::unordered_map< std::string, long long int > & get_param_id_map() Definition: printer_id_tools.cpp:28 EXPORT_SYMBOLS int get_aux_param_id(const std::string &) Returns unique negative parameter id; just a thin wrapper for get_param_id. Definition: printer_id_tools.cpp:96 EXPORT_SYMBOLS int get_param_id(const std::string &name, bool &is_new) Consolidated 'get id' function, for both main and aux. Definition: printer_id_tools.cpp:54 Definition: log_tags.hpp:36 const Logging::endofmessage EOM Explicit const instance of the end of message struct in Gambit namespace. Definition: logger.hpp:100 EXPORT_SYMBOLS Logging::LogMaster & logger() Function to retrieve a reference to the Gambit global log object. Definition: logger.cpp:95 Definition: log_tags.hpp:53 Tools for accessing printers. EXPORT_SYMBOLS std::vector< std::string > get_all_params() Get names of all parameters known to printer system (vector index corresponds to ID number) ... Definition: printer_id_tools.cpp:37 |