LSTFile.this

LSTFile file content constructor

This constructs a LSTFile using directly the content of the lst file

Parameters

text string

content of the lst file

Examples

auto text = readText("tuna.lst");
LSTFile lst = LSTFile(text);

Meta