Auxiliary data structure for set of PBS sequences.
More...
#include <JPBSSequence.hh>
Auxiliary data structure for set of PBS sequences.
Definition at line 83 of file JPBSSequence.hh.
JDATABASE::JPBSSequences::JPBSSequences |
( |
| ) |
|
|
inline |
JDATABASE::JPBSSequences::JPBSSequences |
( |
const JPBSSequence & |
input | ) |
|
|
inline |
JDATABASE::JPBSSequences::JPBSSequences |
( |
const std::initializer_list< JPBSSequences > & |
input | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 109 of file JPBSSequence.hh.
113 for (std::initializer_list<JPBSSequences>::const_iterator i = input.begin(); i != input.end(); ++i) {
114 copy(i->begin(), i->end(), back_inserter(*
this));
void copy(const Head &from, JHead &to)
Copy header from from to to.
Add PBS sequences.
- Parameters
-
- Returns
- this PBS sequences
Definition at line 125 of file JPBSSequence.hh.
127 for (JPBSSequences::const_iterator i = input.begin(); i != input.end(); ++i) {
template<class JFirst_t, class JSecond_t = JNullType>
JFirst_t& JMATH::JMath< JFirst_t, JSecond_t >::mul |
( |
const JSecond_t & |
object | ) |
|
|
inlineinherited |
Multiply with object.
- Parameters
-
- Returns
- result object
Definition at line 357 of file JMath.hh.
Auxiliary class for arithmetic operations on objects.
Add PBS to PBS sequences.
- Parameters
-
pbs | PBS |
input | PBS sequences |
- Returns
- PBS sequences
Definition at line 142 of file JPBSSequence.hh.
146 for (JPBSSequences::const_iterator i = input.begin(); i != input.end(); ++i) {
147 buffer.push_back(pbs + *i);
Auxiliary data structure for set of PBS sequences.
The documentation for this struct was generated from the following file: