Uses of Class
eu.bandm.tools.d2d2.infra.MemString.CharMem
Packages that use MemString.CharMem
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
This is a package of auxiliary classes for
the d2d version 2.0 implementation.
-
Uses of MemString.CharMem in eu.bandm.tools.d2d2.base
Constructors in eu.bandm.tools.d2d2.base with parameters of type MemString.CharMemModifierConstructorDescriptionConstructor with a given starting point. -
Uses of MemString.CharMem in eu.bandm.tools.d2d2.infra
Fields in eu.bandm.tools.d2d2.infra declared as MemString.CharMemModifier and TypeFieldDescriptionprotected MemString.CharMem<D> MemString.dataThe underlying data storage.Methods in eu.bandm.tools.d2d2.infra that return MemString.CharMemModifier and TypeMethodDescriptionMemString.get_data()Return the underlying character memoryMemString.data.Constructors in eu.bandm.tools.d2d2.infra with parameters of type MemString.CharMemModifierConstructorDescriptionMemString(MemString.CharMem<D> mem) Creates a MemString pointing to the first character in the whole character data, as given by the charmMem.