The Vish Visualization Shell 0.3
Vish
Public Member Functions | List of all members
Wizt::Slottify::CollectionOfLines Struct Reference

A collection of lines, such as parsed from an input string or file. More...

#include <ocean/remotevish/Slottify.hpp>

Inheritance diagram for Wizt::Slottify::CollectionOfLines:
Wizt::Slottify::ObjectsWithSlots Wizt::Slottify::SlotCollection

Public Member Functions

bool addSlotInfo (const RefPtr< VSlot > &S, const RefPtr< ValuePool > &Context, const string &cropNamePostfix)
 Add slot description information to this collection of lines.
 
string asString (char sep='\n')
 Convert this collection of lines into a single string.
 

Detailed Description

A collection of lines, such as parsed from an input string or file.

It can be retrieved from a single string via the split() function.