BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
belfem::StringList Class Reference

a help class needed for the Exodus Writer More...

#include <cl_StringList.hpp>

Public Member Functions

 StringList (const uint aNumberOfStrings)
 ~StringList ()
void push (const string &aString)
const char * item (const uint aIndex) const
char ** data ()
 expose the data container

Detailed Description

a help class needed for the Exodus Writer

See also
BELFEM Container Classes - Usage Guide

Constructor & Destructor Documentation

◆ StringList()

belfem::StringList::StringList ( const uint aNumberOfStrings)

◆ ~StringList()

belfem::StringList::~StringList ( )

Member Function Documentation

◆ data()

char ** belfem::StringList::data ( )
inline

expose the data container

◆ item()

const char * belfem::StringList::item ( const uint aIndex) const
inline

◆ push()

void belfem::StringList::push ( const string & aString)

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