BEntry Class Reference

Manipulate a name value pair. More...

#include <BEntry.h>

List of all members.

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.

Private Attributes

BString oname
BString ovalue

Detailed Description

Manipulate a name value pair.


Constructor & Destructor Documentation

BEntry::BEntry (  ) 
BEntry::BEntry ( BString  name,
BString  value 
)

Set name and value.

BEntry::BEntry ( BString  line  ) 

Set name and value from white space deliminated string.


Member Function Documentation

BString BEntry::getName (  ) 

Get the name.

BString BEntry::getValue (  ) 

Get the value.

BString BEntry::line (  ) 

Return name and value as padded single string.

void BEntry::print (  ) 

Print name and 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.


Member Data Documentation


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

Generated on 20 Oct 2015 for LibBeamApi by  doxygen 1.6.1