CPN
Computational Process Networks
Main Page
Namespaces
Classes
Files
File List
File Members
include
cpn
bits
QueueReleaser.h
Go to the documentation of this file.
1
#ifndef CPN_QUEUERELEASER_H
2
#define CPN_QUEUERELEASER_H
3
#pragma once
4
#include <
cpn/common.h
>
5
namespace
CPN {
10
class
CPN_LOCAL
QueueReleaser
{
11
public
:
12
virtual
~
QueueReleaser
();
13
virtual
void
ReleaseReader(
Key_t
rkey) = 0;
14
virtual
void
ReleaseWriter(
Key_t
wkey) = 0;
15
};
16
}
17
#endif
CPN::Key_t
uint64_t Key_t
Definition:
common.h:79
CPN_LOCAL
#define CPN_LOCAL
Definition:
common.h:37
common.h
CPN::QueueReleaser
Definition:
QueueReleaser.h:10
Generated by
1.8.5