RaftLib
0.3a
C++ Stream Processing Template Library
|
#include <mapbase.hpp>
Public Member Functions | |
kernel_pair_t (raft::kernel *a, raft::kernel *b) | |
kernel_pair_t (const kernel_pair_t &other) | |
kernel_pair_t & | operator== (kernel_pair_t &&other) |
raft::kernel & | getSrc () |
raft::kernel & | getDst () |
mapbase.hpp - Base map object. The general idea is that the map object will contain everything needed to construct a streaming topology. There are two sub-classes. One is the final "map" topolgoy, the other is the kernel map topolgoy. The "kernel map" varient has no exe functions nor map checking functions. It is assumed that the "kernel map" derivative is contained within a kernel which might have several sub "kernels" within it.
Copyright 2014 Jonathan Beard
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. kernel_pair_t - struct to be returned by mapbase link functions, in order to allow inline "new" construction of kernels that might be re-used in multiple instances.