ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Protected Member Functions | List of all members
named_adstring_array Class Reference

#include <admodel.h>

Protected Member Functions

void allocate (int min, int max, const char *s)
 
void allocate (const char *s)
 
- Protected Member Functions inherited from clist
 clist ()
 
 clist (const clist &pt)
 Copy constructor. More...
 
clistprev () const
 

Additional Inherited Members

- Public Member Functions inherited from adstring_array
 adstring_array (const adstring_array &sa)
 Copy constructor. More...
 
 adstring_array (int min, int max)
 
 adstring_array (void)
 Default constructor. More...
 
 ~adstring_array ()
 Destructor. More...
 
void allocate (int min, int max)
 Allocate vector of adstring with range [min, max]. More...
 
void allocate ()
 
adstring_arrayappend_distinct (const adstring &s)
 
int indexmax (void) const
 
int indexmin (void) const
 
const adstringoperator() (int i) const
 Returns a reference to the element at specified index i. More...
 
adstringoperator() (int i)
 Returns a reference to the element at specified index i. More...
 
adstring_arrayoperator+= (const adstring &s)
 
adstring_arrayoperator= (const adstring_array &)
 Assigment operator for adstring_array. More...
 
const adstringoperator[] (int i) const
 Returns a reference to the element at specified index i. More...
 
adstringoperator[] (int i)
 Returns a reference to the element at specified index i. More...
 
int size () const
 
void to_lower (void)
 
adstring_array to_lower (adstring_array &s)
 
void to_upper (void)
 
adstring_array to_upper (adstring_array &s)
 
- Public Member Functions inherited from clist
 ~clist ()
 Destructor. More...
 
int length (const int &max=1000) const
 
- Public Member Functions inherited from model_name_tag
 model_name_tag (void)
 
void allocate (const char *s)
 
const char * get_name (void)
 
label_class label (void)
 
- Protected Attributes inherited from clist
clistnext
 
- Protected Attributes inherited from model_name_tag
adstring name
 

Detailed Description

Definition at line 1512 of file admodel.h.

Member Function Documentation

void named_adstring_array::allocate ( int  min,
int  max,
const char *  s 
)
protected

Definition at line 600 of file model.cpp.

void named_adstring_array::allocate ( const char *  s)
protected

Definition at line 605 of file model.cpp.


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