Readers Classes, Controls, and VIs
Owning Palette: Advanced Classes, Controls, and VIs
Requires: Labstache
The Readers project library contains readers of raw, or source, Mustache templates. Mustache templates can be stored as a string or in a file, for example. A Reader implementation knowns how to read from a Mustache template source.
Library Item | Description |
---|---|
Reader | The Reader class is the abstract base class for any reader of a Mustache template. Objects of this class should not be directly created. Instead, a new class that inherents from the Reader class should be created. |
String | The String class represents a reader of a Mustache template that is stored as a LabVIEW string. |