| Beam-lib 2.15.1 |
BEntry Class Reference
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... | |
Private Attributes | |
| BString | oname |
| BString | ovalue |
Detailed Description
Manipulate a name value pair.
Constructor & Destructor Documentation
◆ BEntry() [1/3]
| BEntry::BEntry | ( | ) |
◆ BEntry() [2/3]
◆ BEntry() [3/3]
| BEntry::BEntry | ( | BString | line | ) |
Set name and value from white space deliminated string.
Member Function Documentation
◆ getName()
| BString BEntry::getName | ( | ) |
Get the name.
◆ getValue()
| BString BEntry::getValue | ( | ) |
Get the value.
◆ line()
| BString BEntry::line | ( | ) |
Return name and value as padded single string.
◆ print()
| void BEntry::print | ( | ) |
Print name and value.
◆ setLine()
| void BEntry::setLine | ( | BString | line | ) |
Set name and value from white space deliminated string.
◆ setName()
| void BEntry::setName | ( | BString | name | ) |
Set the name.
◆ setValue()
| void BEntry::setValue | ( | BString | value | ) |
Set the value.
Member Data Documentation
◆ oname
| private |
◆ ovalue
| private |
The documentation for this class was generated from the following files:
Generated by
1.8.14 
