BDS Public
Beamlib 3.3.4
This is the Beam C++ class library.
Loading...
Searching...
No Matches
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.
 
 BEntry (BString line)
 Set name and value from white space deliminated string.
 
BString getName ()
 Get the name.
 
BString getValue ()
 Get the value.
 
void setLine (BString line)
 Set name and value from white space deliminated string.
 
void setName (BString name)
 Set the name.
 
void setValue (BString value)
 Set the value.
 
BString line ()
 Return name and value as padded single string.
 
void print ()
 Print name and value.
 

Detailed Description

Manipulate a name value pair.

Constructor & Destructor Documentation

◆ BEntry() [1/3]

BEntry::BEntry ( )

◆ BEntry() [2/3]

BEntry::BEntry ( BString  name,
BString  value 
)

Set name and value.

◆ 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.

◆ 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.

◆ line()

BString BEntry::line ( )

Return name and value as padded single string.

◆ print()

void BEntry::print ( )

Print name and value.


The documentation for this class was generated from the following files: