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

Classes

class  kernel
 
class  parallel_k
 
class  randombase
 

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

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.

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.

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.