Beamlib 3.1.2
This is the Beam C++ class library.
|
Manipulate a name value pair. More...
#include <BEntry.h>
Public Member Functions | |
BEntry () | |
BEntry (BString name, BString value) | |
Set name and value. More... | |
BEntry (BString line) | |
Set name and value from white space deliminated string. More... | |
BString | getName () |
Get the name. More... | |
BString | getValue () |
Get the value. More... | |
void | setLine (BString line) |
Set name and value from white space deliminated string. More... | |
void | setName (BString name) |
Set the name. More... | |
void | setValue (BString value) |
Set the value. More... | |
BString | line () |
Return name and value as padded single string. More... | |
void | print () |
Print name and value. More... | |
Manipulate a name value pair.
BEntry::BEntry | ( | ) |
BEntry::BEntry | ( | BString | line | ) |
Set name and value from white space deliminated string.
BString BEntry::getName | ( | ) |
Get the name.
BString BEntry::getValue | ( | ) |
Get the value.
void BEntry::setLine | ( | BString | line | ) |
Set name and value from white space deliminated string.
void BEntry::setName | ( | BString | name | ) |
Set the name.
void BEntry::setValue | ( | BString | value | ) |
Set the value.
BString BEntry::line | ( | ) |
Return name and value as padded single string.
void BEntry::print | ( | ) |
Print name and value.