RaftLib  0.3a
C++ Stream Processing Template Library
Classes | Typedefs | Enumerations | Variables
raft Namespace Reference

Classes

class  join
 
class  kernel
 
class  parallel_k
 
class  randombase
 
class  split
 

Typedefs

template<typename A , typename B >
using common_t = typename std::common_type< A, B >::type
 
template<typename A , typename B >
using common_v_t = std::vector< common_t< A, B > >
 

Enumerations

enum  kstatus { stop, proceed }
 
enum  signal : std::uint32_t { none = 0, quit, term, eof = MAX_SYSTEM_SIGNAL }
 
enum  rndgenerator : std::int32_t {
  dummy, borosh13, coveyou, cmrg,
  fishman18, fishman20, fishman2x, gfsr4,
  knuthran, knuthran2, knuthran2002, lecuyer21,
  minstd, mrg, mt19937, mt19937_1999,
  mt19937_1998, r250, ran0, ran1,
  ran2, ran3, rand, rand48,
  random128_bsd, random128_glibc2, random128_libc5, random256_bsd,
  random256_glibc2, random256_libc5, random32_bsd, random32_glibc2,
  random32_libc5, random64_bsd, random64_glibc2, random64_libc5,
  random8_bsd, random8_glibc2, random8_libc5, random_bsd,
  random_glibc2, random_libc5, randu, ranf,
  ranlux, ranlux389, ranlxd1, ranlxd2,
  ranlxs0, ranlxs1, ranlxs2, ranmar,
  slatec, taus, taus2, taus113,
  transputer, tt800, uni, uni32,
  vax, waterman14, zuf
}
 

Variables

Map map
 

Detailed Description

kernelpreempt.hpp -

Author
: Jonathan Beard
Version
: Fri May 22 15:26:59 2015

Copyright 2015 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.

need to pre-declare this

port_info.hpp -

Author
: Jonathan Beard
Version
: Wed Sep 3 20:22:56 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.

port_info_types.hpp -

Author
: Jonathan Beard
Version
: Mon Sep 22 20:01:43 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.

rafttypes.hpp -

Author
: Jonathan Beard
Version
: Fri Sep 26 12:26:53 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.

sched_cmd_t.hpp -

Author
: Jonathan Beard
Version
: Sat Mar 21 11:05:19 2015

Copyright 2015 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.full def in kernel.hpp

schedule.hpp -

Author
: Jonathan Beard
Version
: Thu Sep 11 15:42:28 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.

systemsignal.hpp - definition header file for signal handler function

Author
: Jonathan Beard
Version
: Sat Dec 6 18:19:13 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.

signalvars.hpp -

Author
: Jonathan Beard
Version
: Sun May 11 08:26:13 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.

randombase.hpp -

Author
: Jonathan Beard
Version
: Sun Feb 22 10:41:44 2015

Copyright 2015 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.

utility.hpp -

Author
: Jonathan Beard
Version
: Sat Mar 21 22:12:15 2015

Copyright 2015 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.