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.

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.


Member Data Documentation

BString BEntry::oname [private]

BString BEntry::ovalue [private]


The documentation for this class was generated from the following files:
Generated on Tue Oct 9 16:16:16 2007 for LibBeamApi by  doxygen 1.5.1