MatrixBerryCore
Main Page
+
Packages
Packages
+
Package Functions
+
All
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
u
x
+
Functions
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
u
x
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
r
s
t
u
v
w
x
+
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
p
r
s
t
u
v
x
Enumerations
Enumerator
+
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Pages
+mxberry
+core
+struct
StructChangeTrackerEmptyPlug.m
Go to the documentation of this file.
1
classdef StructChangeTrackerEmptyPlug<
mxberry
.
core
.
struct
.
AStructChangeTracker
2
methods
3
function
self
=StructChangeTrackerEmptyPlug()
4
end
5
function SInput=applyPatches(~,SInput,~,~,~)
6
end
7
function [SInput,confVersion]=applyAllLaterPatches(~,SInput,confVersion)
8
end
9
function lastRev=getLastRevision(~)
10
lastRev=-Inf;
11
end
12
end
13
end
mxberry::core
mxberry::core::struct
mxberry::core::struct::AStructChangeTracker
Definition:
AStructChangeTracker.m:2
mxberry
Generated for MatrixBerryCore by
1.8.13