OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OperationSequence
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftosb/dist/common/
Operation.cpp
47
OperationSequence
::~
OperationSequence
()
56
void
OperationSequence
::append(const
OperationSequence
* other)
Operation.cpp
47
OperationSequence
::~
OperationSequence
()
56
void
OperationSequence
::append(const
OperationSequence
* other)
Operation.h
117
class
OperationSequence
126
OperationSequence
() {}
129
OperationSequence
(Operation * soleElement) { m_operations.push_back(soleElement); }
132
virtual ~
OperationSequence
();
156
void append(const
OperationSequence
* other);
159
OperationSequence
& operator += (const
OperationSequence
* other) { append(other); return *this; }
Operation.h
117
class
OperationSequence
126
OperationSequence
() {}
129
OperationSequence
(Operation * soleElement) { m_operations.push_back(soleElement); }
132
virtual ~
OperationSequence
();
156
void append(const
OperationSequence
* other);
159
OperationSequence
& operator += (const
OperationSequence
* other) { append(other); return *this; }
Completed in 79 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026