- addDistributedSample
void addDistributedSample(double share)
Undocumented in source. Be warned that the author may not have intended to support it.
- addSample
void addSample(SampleType type, ulong logicalOffset, ulong duration)
Undocumented in source. Be warned that the author may not have intended to support it.
- addSamples
void addSamples(SampleType type, ulong samples, ulong[] logicalOffsets, ulong duration)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove()
Approximate the effect of deleting the filesystem object represented by the path.
- removeDistributedSample
void removeDistributedSample(double share)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeSamples
void removeSamples(SampleType type, ulong samples, ulong[] logicalOffsets, ulong duration)
Undocumented in source. Be warned that the author may not have intended to support it.
- resetParents
void resetParents()
Undocumented in source. Be warned that the author may not have intended to support it.
- toJSON
SerializedForm toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
- NameString
alias NameString = InlineString!23
Undocumented in source.
- parent
typeof(this)* parent;
- firstChild
typeof(this)* firstChild;
- nextSibling
typeof(this)* nextSibling;
Next item in the parent directory, if any
- name
NameString name;
Base name
Names prefixed with a NUL character indicate "special" nodes,
which do not correspond to a filesystem path.
- this
this(typeof(this)* parent, NameString name)
Undocumented in source.
- opBinaryRight
inout(typeof(this)*) opBinaryRight(char[] name)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(typeof(this)) opIndex(char[] name)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendName
typeof(this)* appendName(char[] name)
Append a single path segment to this one.
- appendPath
typeof(this)* appendPath(char[] path)
typeof(this)* appendPath(SubPath* path)
typeof(this)* appendPath(GlobalPath* path)
Append a normalized relative string path to this one.
- unappendPath
typeof(this)* unappendPath(SubPath* path)
typeof(this)* unappendPath(GlobalPath* path)
Perform the reverse operation, returning a parent path,
or null if path is not a suffix of this.
- range
auto range()
Return an iterator for path fragments.
Iterates from inner-most to top level.
- toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- humanName
string humanName()
Undocumented in source. Be warned that the author may not have intended to support it.
Browser path (GUI hierarchy)