My Project
Public Member Functions | List of all members
kernel_pair_t Class Reference

#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_toperator= (const kernel_pair_t &other)
 
raft::kernelgetSrc ()
 
raft::kernelgetDst ()
 

Detailed Description

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" topology, the other is the kernel map topology. The "kernel map" variant 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.

Author
: Jonathan Beard
Version
: Fri Sep 12 10:28:33 2014

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.


The documentation for this class was generated from the following file: