Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Constant Groups | Functions | Variables
util.cc File Reference
#include <core/types.hh>
#include <protocols/features/util.hh>
#include <protocols/features/ProtocolFeatures.hh>
#include <protocols/features/BatchFeatures.hh>
#include <protocols/jd2/util.hh>
#include <basic/message_listening/MessageListenerFactory.hh>
#include <basic/message_listening/MessageListener.hh>
#include <basic/message_listening/DbMoverMessageListener.hh>
#include <basic/message_listening/util.hh>
#include <basic/Tracer.hh>
#include <basic/database/sql_utils.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/out.OptionKeys.gen.hh>
#include <utility/string_util.hh>
#include <utility/mpi_util.hh>
#include <utility/exit.hh>
#include <utility/pointer/owning_ptr.hh>
#include <cppdb/frontend.h>
#include <cppdb/errors.h>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <string>
#include <sstream>
#include <utility>
#include <iostream>

Go to the source code of this file.

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::features
 

Constant Groups

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::features
 

Functions

static Tracer protocols::features::TR ("protocols.features.util")
 
pair< Size, Sizeprotocols::features::get_protocol_and_batch_id (string identifier, sessionOP db_session)
 Get the protocol and batch ids or create them if they don't yet exist. For MPI protocols, only allow the head node to create protocol or batch ids and have the other nodes ask the head node for the info. More...
 
pair< Size, Sizeprotocols::features::deserialize_db_listener_data (string data)
 
string protocols::features::serialize_ids (int protocol_id, string identifier, Size batch_id)
 
Size protocols::features::get_batch_id (boost::uuids::uuid struct_id, sessionOP db_session)
 

Variables

Size protocols::features::static_protocol_id_ = 0
 
bool protocols::features::protocol_table_initialized_ = false
 
map< string, Sizeprotocols::features::static_batch_id_map_