Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

glite::rgma::StringList Class Reference

#include <StringList.h>

List of all members.

Public Member Functions

void addString (std::string string)
void addString (int index, std::string string) throw (RGMAException)
int size ()
std::string getString (int index)


Detailed Description

A list of String objects.


Member Function Documentation

void glite::rgma::StringList::addString int  index,
std::string  string
throw (RGMAException)
 

Add a String at the specified index.

Parameters:
index Index in list.
string String to add.

void glite::rgma::StringList::addString std::string  string  ) 
 

Add a String.

Parameters:
string String to add.

std::string glite::rgma::StringList::getString int  index  ) 
 

Retrieves the String with the specified index.

Parameters:
index Index of String to get (0 <= index < size)
Returns:
A pointer to a String object.

int glite::rgma::StringList::size  ) 
 

Returns the size of the list.

Returns:
The number of Strings in the list.


The documentation for this class was generated from the following files:
Generated on Thu May 11 19:23:44 2006 for glite-rgma-api-cpp by doxygen 1.3.5