Writers Classes, Controls, and VIs
Owning Palette: Advanced Classes, Controls, and VIs
Requires: Labstache
The Writers project library contains writers for the output of compiling a Mustache template. Mustache templates can be written to a string or file, for example. A Writer implementation knowns how to write the output to a destination.
Library Item | Description |
---|---|
String | The String class represents a writer of a rendered Mustache template where the destination is a LabVIEW string. |
Writer | The Writer class is the abstract base class for any writer of a rendered Mustache template. Objects of this class should not be directly created. Instead, a new class that inherents from the Writer class should be created. |