#include "AthenaInterprocess/ProcessGroup.h"
#include "AthenaInterprocess/SharedQueue.h"
#include "AthenaInterprocess/Utilities.h"
#include <boost/interprocess/ipc/message_queue.hpp>
#include <sys/wait.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <sstream>
#include <iostream>
Go to the source code of this file.
◆ create_queue()
Definition at line 23 of file ProcessGroup.cxx.
24{
29}
int count(std::string s, const std::string ®x)
count how many occurances of a regx are in a string