Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

info_contents Class Reference

#include <info_contents.h>

Inheritance diagram for info_contents:

Inheritance graph
[legend]
Collaboration diagram for info_contents:

Collaboration graph
[legend]
List of all members.

Public Methods

 info_contents ()
 info_contents (const std::string &__n, const additional_info_u &__v)
 info_contents (const char *__n, const additional_info_u &__v)
 info_contents (const info_contents &__c)
virtual ~info_contents ()
info_contents & operator= (const info_contents &__c)
bool sinsert (const std::string &__s, const additional_info_u &__h, bool replace)
bool sinsert (const char *__cp, const additional_info_u &__h, bool replace)
bool sinsert (const std::string &__s, int i, const additional_info_u &__h, bool replace)
bool sinsert (const char *__cp, int i, const additional_info_u &__h, bool replace)
const additional_info_usfind (const std::string &__s) const
const additional_info_usfind (const char *__cp) const
const additional_info_usfind (const std::string &__s, int i) const
const additional_info_usfind (const char *__cp, int i) const
void remove (const std::string &__s)
void remove (const char *__cp)
void remove (const std::string &__s, int i)
void remove (const char *__cp, int i)
bool defd (const std::string &__s) const
bool defd (const char *__cp) const
bool defd (const std::string &__s, int i) const
bool defd (const char *__cp, int i) const
bool which (const std::string &__s, std::vector< int > &__idx) const
bool which (const char *__cp, std::vector< int > &__idx) const
bool retrieve (const std::string &__s, bool &__b) const
bool retrieve (const std::string &__s, bool &__b, bool __def) const
bool retrieve (const std::string &__s, int &__d) const
bool retrieve (const std::string &__s, int &__d, int __def) const
bool retrieve (const std::string &__s, unsigned int &__d) const
bool retrieve (const std::string &__s, unsigned int &__d, unsigned int __def) const
bool retrieve (const std::string &__s, double &__d) const
bool retrieve (const std::string &__s, double &__d, double __def) const
bool retrieve (const std::string &__s, interval &__b) const
bool retrieve (const std::string &__s, interval &__b, const interval &__def) const
bool retrieve (const std::string &__s, std::string &__is) const
bool retrieve (const std::string &__s, std::string &__is, const std::string &__def) const
bool retrieve (const std::string &__s, const std::vector< bool > *&__b) const
bool retrieve (const std::string &__s, const std::vector< bool > *&__b, const std::vector< bool > *__def) const
bool retrieve (const std::string &__s, const std::vector< int > *&__b) const
bool retrieve (const std::string &__s, const std::vector< int > *&__b, const std::vector< int > *__def) const
bool retrieve (const std::string &__s, const std::vector< unsigned int > *&__b) const
bool retrieve (const std::string &__s, const std::vector< unsigned int > *&__b, const std::vector< unsigned int > *__def) const
bool retrieve (const std::string &__s, const std::vector< double > *&__b) const
bool retrieve (const std::string &__s, const std::vector< double > *&__b, const std::vector< double > *__def) const
bool retrieve (const std::string &__s, const std::vector< interval > *&__b) const
bool retrieve (const std::string &__s, const std::vector< interval > *&__b, const std::vector< interval > *__def) const
bool retrieve (const std::string &__s, const matrix< double > *&__b) const
bool retrieve (const std::string &__s, const matrix< double > *&__b, const matrix< double > *__def) const
bool retrieve (const std::string &__s, const matrix< int > *&__b) const
bool retrieve (const std::string &__s, const matrix< int > *&__b, const matrix< int > *__def) const
bool retrieve (const std::string &__s, const matrix< interval > *&__b) const
bool retrieve (const std::string &__s, const matrix< interval > *&__b, const matrix< interval > *__def) const
bool retrieve (const char *__s, bool &__b) const
bool retrieve (const char *__s, bool &__b, bool __def) const
bool retrieve (const char *__s, int &__d) const
bool retrieve (const char *__s, int &__d, int __def) const
bool retrieve (const char *__s, unsigned int &__d) const
bool retrieve (const char *__s, unsigned int &__d, unsigned int __def) const
bool retrieve (const char *__s, double &__d) const
bool retrieve (const char *__s, double &__d, double __def) const
bool retrieve (const char *__s, interval &__b) const
bool retrieve (const char *__s, interval &__b, const interval &__def) const
bool retrieve (const char *__s, std::string &__is) const
bool retrieve (const char *__s, std::string &__b, const std::string &__def) const
bool retrieve (const char *__s, const std::vector< bool > *&__b) const
bool retrieve (const char *__s, const std::vector< bool > *&__b, const std::vector< bool > *__def) const
bool retrieve (const char *__s, const std::vector< unsigned int > *&__b) const
bool retrieve (const char *__s, const std::vector< unsigned int > *&__b, const std::vector< unsigned int > *__def) const
bool retrieve (const char *__s, const std::vector< int > *&__b) const
bool retrieve (const char *__s, const std::vector< int > *&__b, const std::vector< int > *__def) const
bool retrieve (const char *__s, const std::vector< double > *&__b) const
bool retrieve (const char *__s, const std::vector< double > *&__b, const std::vector< double > *__def) const
bool retrieve (const char *__s, const std::vector< interval > *&__b) const
bool retrieve (const char *__s, const std::vector< interval > *&__b, const std::vector< interval > *__def) const
bool retrieve (const char *__s, const matrix< double > *&__b) const
bool retrieve (const char *__s, const matrix< double > *&__b, const matrix< double > *__def) const
bool retrieve (const char *__s, const matrix< int > *&__b) const
bool retrieve (const char *__s, const matrix< int > *&__b, const matrix< int > *__def) const
bool retrieve (const char *__s, const matrix< interval > *&__b) const
bool retrieve (const char *__s, const matrix< interval > *&__b, const matrix< interval > *__def) const
bool retrieve_i (const std::string &__s, int i, bool &__b) const
bool retrieve_i (const std::string &__s, int i, bool &__b, bool __def) const
bool retrieve_i (const std::string &__s, int i, int &__d) const
bool retrieve_i (const std::string &__s, int i, int &__d, int __def) const
bool retrieve_i (const std::string &__s, int i, unsigned int &__d) const
bool retrieve_i (const std::string &__s, int i, unsigned int &__d, unsigned int __def) const
bool retrieve_i (const std::string &__s, int i, double &__d) const
bool retrieve_i (const std::string &__s, int i, double &__d, double __def) const
bool retrieve_i (const std::string &__s, int i, interval &__b) const
bool retrieve_i (const std::string &__s, int i, interval &__b, const interval &__def) const
bool retrieve_i (const std::string &__s, int i, std::string &__is) const
bool retrieve_i (const std::string &__s, int i, std::string &__is, const std::string &__def) const
bool retrieve_i (const std::string &__s, int i, const std::vector< bool > *&__b) const
bool retrieve_i (const std::string &__s, int i, const std::vector< bool > *&__b, const std::vector< bool > *__def) const
bool retrieve_i (const std::string &__s, int i, const std::vector< int > *&__b) const
bool retrieve_i (const std::string &__s, int i, const std::vector< int > *&__b, const std::vector< int > *__def) const
bool retrieve_i (const std::string &__s, int i, const std::vector< unsigned int > *&__b) const
bool retrieve_i (const std::string &__s, int i, const std::vector< unsigned int > *&__b, const std::vector< unsigned int > *__def) const
bool retrieve_i (const std::string &__s, int i, const std::vector< double > *&__b) const
bool retrieve_i (const std::string &__s, int i, const std::vector< double > *&__b, const std::vector< double > *__def) const
bool retrieve_i (const std::string &__s, int i, const std::vector< interval > *&__b) const
bool retrieve_i (const std::string &__s, int i, const std::vector< interval > *&__b, const std::vector< interval > *__def) const
bool retrieve_i (const std::string &__s, int i, const matrix< double > *&__b) const
bool retrieve_i (const std::string &__s, int i, const matrix< double > *&__b, const matrix< double > *__def) const
bool retrieve_i (const std::string &__s, int i, const matrix< int > *&__b) const
bool retrieve_i (const std::string &__s, int i, const matrix< int > *&__b, const matrix< int > *__def) const
bool retrieve_i (const std::string &__s, int i, const matrix< interval > *&__b) const
bool retrieve_i (const std::string &__s, int i, const matrix< interval > *&__b, const matrix< interval > *__def) const
bool retrieve_i (const char *__s, int i, bool &__b) const
bool retrieve_i (const char *__s, int i, bool &__b, bool __def) const
bool retrieve_i (const char *__s, int i, int &__d) const
bool retrieve_i (const char *__s, int i, int &__d, int __def) const
bool retrieve_i (const char *__s, int i, unsigned int &__d) const
bool retrieve_i (const char *__s, int i, unsigned int &__d, unsigned int __def) const
bool retrieve_i (const char *__s, int i, double &__d) const
bool retrieve_i (const char *__s, int i, double &__d, double __def) const
bool retrieve_i (const char *__s, int i, interval &__b) const
bool retrieve_i (const char *__s, int i, interval &__b, const interval &__def) const
bool retrieve_i (const char *__s, int i, std::string &__is) const
bool retrieve_i (const char *__s, int i, std::string &__b, const std::string &__def) const
bool retrieve_i (const char *__s, int i, const std::vector< bool > *&__b) const
bool retrieve_i (const char *__s, int i, const std::vector< bool > *&__b, const std::vector< bool > *__def) const
bool retrieve_i (const char *__s, int i, const std::vector< int > *&__b) const
bool retrieve_i (const char *__s, int i, const std::vector< int > *&__b, const std::vector< int > *__def) const
bool retrieve_i (const char *__s, int i, const std::vector< unsigned int > *&__b) const
bool retrieve_i (const char *__s, int i, const std::vector< unsigned int > *&__b, const std::vector< unsigned int > *__def) const
bool retrieve_i (const char *__s, int i, const std::vector< double > *&__b) const
bool retrieve_i (const char *__s, int i, const std::vector< double > *&__b, const std::vector< double > *__def) const
bool retrieve_i (const char *__s, int i, const std::vector< interval > *&__b) const
bool retrieve_i (const char *__s, int i, const std::vector< interval > *&__b, const std::vector< interval > *__def) const
bool retrieve_i (const char *__s, int i, const matrix< double > *&__b) const
bool retrieve_i (const char *__s, int i, const matrix< double > *&__b, const matrix< double > *__def) const
bool retrieve_i (const char *__s, int i, const matrix< int > *&__b) const
bool retrieve_i (const char *__s, int i, const matrix< int > *&__b, const matrix< int > *__def) const
bool retrieve_i (const char *__s, int i, const matrix< interval > *&__b) const
bool retrieve_i (const char *__s, int i, const matrix< interval > *&__b, const matrix< interval > *__def) const

Constructor & Destructor Documentation

info_contents::info_contents   [inline]
 

Definition at line 40 of file info_contents.h.

info_contents::info_contents const std::string &    __n,
const additional_info_u   __v
[inline]
 

Definition at line 41 of file info_contents.h.

info_contents::info_contents const char *    __n,
const additional_info_u   __v
[inline]
 

Definition at line 43 of file info_contents.h.

info_contents::info_contents const info_contents &    __c [inline]
 

Definition at line 45 of file info_contents.h.

virtual info_contents::~info_contents   [inline, virtual]
 

Definition at line 46 of file info_contents.h.


Member Function Documentation

bool datamap::defd const char *    __cp,
int    i
const [inline, inherited]
 

Definition at line 121 of file datamap-inline.h.

bool datamap::defd const std::string &    __s,
int    i
const [inline, inherited]
 

Definition at line 116 of file datamap-inline.h.

bool datamap::defd const char *    __cp const [inline, inherited]
 

Definition at line 111 of file datamap-inline.h.

bool datamap::defd const std::string &    __s const [inline, inherited]
 

Definition at line 106 of file datamap-inline.h.

info_contents& info_contents::operator= const info_contents &    __c [inline]
 

Definition at line 48 of file info_contents.h.

void datamap::remove const char *    __cp,
int    i
[inline, inherited]
 

Definition at line 73 of file datamap-inline.h.

void datamap::remove const std::string &    __s,
int    i
[inline, inherited]
 

Definition at line 67 of file datamap-inline.h.

void datamap::remove const char *    __cp [inline, inherited]
 

Definition at line 62 of file datamap-inline.h.

void datamap::remove const std::string &    __s [inline, inherited]
 

Definition at line 54 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const matrix< interval > *&    __b,
const matrix< interval > *    __def
const [inline, inherited]
 

Definition at line 597 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const matrix< interval > *&    __b
const [inline, inherited]
 

Definition at line 592 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const matrix< int > *&    __b,
const matrix< int > *    __def
const [inline, inherited]
 

Definition at line 586 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const matrix< int > *&    __b
const [inline, inherited]
 

Definition at line 581 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const matrix< double > *&    __b,
const matrix< double > *    __def
const [inline, inherited]
 

Definition at line 575 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const matrix< double > *&    __b
const [inline, inherited]
 

Definition at line 570 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const std::vector< interval > *&    __b,
const std::vector< interval > *    __def
const [inline, inherited]
 

Definition at line 565 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const std::vector< interval > *&    __b
const [inline, inherited]
 

Definition at line 560 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const std::vector< double > *&    __b,
const std::vector< double > *    __def
const [inline, inherited]
 

Definition at line 555 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const std::vector< double > *&    __b
const [inline, inherited]
 

Definition at line 550 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const std::vector< int > *&    __b,
const std::vector< int > *    __def
const [inline, inherited]
 

Definition at line 535 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const std::vector< int > *&    __b
const [inline, inherited]
 

Definition at line 530 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const std::vector< unsigned int > *&    __b,
const std::vector< unsigned int > *    __def
const [inline, inherited]
 

Definition at line 545 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const std::vector< unsigned int > *&    __b
const [inline, inherited]
 

Definition at line 540 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const std::vector< bool > *&    __b,
const std::vector< bool > *    __def
const [inline, inherited]
 

Definition at line 525 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
const std::vector< bool > *&    __b
const [inline, inherited]
 

Definition at line 520 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
std::string &    __b,
const std::string &    __def
const [inline, inherited]
 

Definition at line 515 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
std::string &    __is
const [inline, inherited]
 

Definition at line 510 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
interval   __b,
const interval   __def
const [inline, inherited]
 

Definition at line 505 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
interval   __b
const [inline, inherited]
 

Definition at line 500 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
double &    __d,
double    __def
const [inline, inherited]
 

Definition at line 495 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
double &    __d
const [inline, inherited]
 

Definition at line 490 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
unsigned int &    __d,
unsigned int    __def
const [inline, inherited]
 

Definition at line 485 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
unsigned int &    __d
const [inline, inherited]
 

Definition at line 480 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
int &    __d,
int    __def
const [inline, inherited]
 

Definition at line 475 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
int &    __d
const [inline, inherited]
 

Definition at line 470 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
bool   __b,
bool    __def
const [inline, inherited]
 

Definition at line 465 of file datamap-inline.h.

bool datamap::retrieve const char *    __s,
bool   __b
const [inline, inherited]
 

Definition at line 460 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const matrix< interval > *&    __b,
const matrix< interval > *    __def
const [inline, inherited]
 

Definition at line 449 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const matrix< interval > *&    __b
const [inline, inherited]
 

Definition at line 437 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const matrix< int > *&    __b,
const matrix< int > *    __def
const [inline, inherited]
 

Definition at line 427 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const matrix< int > *&    __b
const [inline, inherited]
 

Definition at line 415 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const matrix< double > *&    __b,
const matrix< double > *    __def
const [inline, inherited]
 

Definition at line 405 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const matrix< double > *&    __b
const [inline, inherited]
 

Definition at line 393 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const std::vector< interval > *&    __b,
const std::vector< interval > *    __def
const [inline, inherited]
 

Definition at line 383 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const std::vector< interval > *&    __b
const [inline, inherited]
 

Definition at line 371 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const std::vector< double > *&    __b,
const std::vector< double > *    __def
const [inline, inherited]
 

Definition at line 361 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const std::vector< double > *&    __b
const [inline, inherited]
 

Definition at line 349 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const std::vector< unsigned int > *&    __b,
const std::vector< unsigned int > *    __def
const [inline, inherited]
 

Definition at line 339 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const std::vector< unsigned int > *&    __b
const [inline, inherited]
 

Definition at line 327 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const std::vector< int > *&    __b,
const std::vector< int > *    __def
const [inline, inherited]
 

Definition at line 317 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const std::vector< int > *&    __b
const [inline, inherited]
 

Definition at line 305 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const std::vector< bool > *&    __b,
const std::vector< bool > *    __def
const [inline, inherited]
 

Definition at line 295 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
const std::vector< bool > *&    __b
const [inline, inherited]
 

Definition at line 283 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
std::string &    __is,
const std::string &    __def
const [inline, inherited]
 

Definition at line 273 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
std::string &    __is
const [inline, inherited]
 

Definition at line 261 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
interval   __b,
const interval   __def
const [inline, inherited]
 

Definition at line 251 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
interval   __b
const [inline, inherited]
 

Definition at line 239 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
double &    __d,
double    __def
const [inline, inherited]
 

Definition at line 229 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
double &    __d
const [inline, inherited]
 

Definition at line 217 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
unsigned int &    __d,
unsigned int    __def
const [inline, inherited]
 

Definition at line 207 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
unsigned int &    __d
const [inline, inherited]
 

Definition at line 195 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
int &    __d,
int    __def
const [inline, inherited]
 

Definition at line 185 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
int &    __d
const [inline, inherited]
 

Definition at line 173 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
bool   __b,
bool    __def
const [inline, inherited]
 

Definition at line 163 of file datamap-inline.h.

bool datamap::retrieve const std::string &    __s,
bool   __b
const [inline, inherited]
 

Definition at line 146 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const matrix< interval > *&    __b,
const matrix< interval > *    __def
const [inline, inherited]
 

Definition at line 1021 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const matrix< interval > *&    __b
const [inline, inherited]
 

Definition at line 1016 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const matrix< int > *&    __b,
const matrix< int > *    __def
const [inline, inherited]
 

Definition at line 1010 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const matrix< int > *&    __b
const [inline, inherited]
 

Definition at line 1005 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const matrix< double > *&    __b,
const matrix< double > *    __def
const [inline, inherited]
 

Definition at line 999 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const matrix< double > *&    __b
const [inline, inherited]
 

Definition at line 994 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const std::vector< interval > *&    __b,
const std::vector< interval > *    __def
const [inline, inherited]
 

Definition at line 989 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const std::vector< interval > *&    __b
const [inline, inherited]
 

Definition at line 984 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const std::vector< double > *&    __b,
const std::vector< double > *    __def
const [inline, inherited]
 

Definition at line 979 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const std::vector< double > *&    __b
const [inline, inherited]
 

Definition at line 974 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const std::vector< unsigned int > *&    __b,
const std::vector< unsigned int > *    __def
const [inline, inherited]
 

Definition at line 969 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const std::vector< unsigned int > *&    __b
const [inline, inherited]
 

Definition at line 964 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const std::vector< int > *&    __b,
const std::vector< int > *    __def
const [inline, inherited]
 

Definition at line 959 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const std::vector< int > *&    __b
const [inline, inherited]
 

Definition at line 954 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const std::vector< bool > *&    __b,
const std::vector< bool > *    __def
const [inline, inherited]
 

Definition at line 949 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
const std::vector< bool > *&    __b
const [inline, inherited]
 

Definition at line 944 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
std::string &    __b,
const std::string &    __def
const [inline, inherited]
 

Definition at line 939 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
std::string &    __is
const [inline, inherited]
 

Definition at line 934 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
interval   __b,
const interval   __def
const [inline, inherited]
 

Definition at line 929 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
interval   __b
const [inline, inherited]
 

Definition at line 924 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
double &    __d,
double    __def
const [inline, inherited]
 

Definition at line 919 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
double &    __d
const [inline, inherited]
 

Definition at line 914 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
unsigned int &    __d,
unsigned int    __def
const [inline, inherited]
 

Definition at line 909 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
unsigned int &    __d
const [inline, inherited]
 

Definition at line 904 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
int &    __d,
int    __def
const [inline, inherited]
 

Definition at line 899 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
int &    __d
const [inline, inherited]
 

Definition at line 894 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
bool   __b,
bool    __def
const [inline, inherited]
 

Definition at line 889 of file datamap-inline.h.

bool datamap::retrieve_i const char *    __s,
int    i,
bool   __b
const [inline, inherited]
 

Definition at line 884 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const matrix< interval > *&    __b,
const matrix< interval > *    __def
const [inline, inherited]
 

Definition at line 874 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const matrix< interval > *&    __b
const [inline, inherited]
 

Definition at line 863 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const matrix< int > *&    __b,
const matrix< int > *    __def
const [inline, inherited]
 

Definition at line 854 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const matrix< int > *&    __b
const [inline, inherited]
 

Definition at line 843 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const matrix< double > *&    __b,
const matrix< double > *    __def
const [inline, inherited]
 

Definition at line 834 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const matrix< double > *&    __b
const [inline, inherited]
 

Definition at line 823 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const std::vector< interval > *&    __b,
const std::vector< interval > *    __def
const [inline, inherited]
 

Definition at line 814 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const std::vector< interval > *&    __b
const [inline, inherited]
 

Definition at line 803 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const std::vector< double > *&    __b,
const std::vector< double > *    __def
const [inline, inherited]
 

Definition at line 794 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const std::vector< double > *&    __b
const [inline, inherited]
 

Definition at line 783 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const std::vector< unsigned int > *&    __b,
const std::vector< unsigned int > *    __def
const [inline, inherited]
 

Definition at line 774 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const std::vector< unsigned int > *&    __b
const [inline, inherited]
 

Definition at line 763 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const std::vector< int > *&    __b,
const std::vector< int > *    __def
const [inline, inherited]
 

Definition at line 754 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const std::vector< int > *&    __b
const [inline, inherited]
 

Definition at line 743 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const std::vector< bool > *&    __b,
const std::vector< bool > *    __def
const [inline, inherited]
 

Definition at line 734 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
const std::vector< bool > *&    __b
const [inline, inherited]
 

Definition at line 723 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
std::string &    __is,
const std::string &    __def
const [inline, inherited]
 

Definition at line 714 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
std::string &    __is
const [inline, inherited]
 

Definition at line 703 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
interval   __b,
const interval   __def
const [inline, inherited]
 

Definition at line 694 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
interval   __b
const [inline, inherited]
 

Definition at line 683 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
double &    __d,
double    __def
const [inline, inherited]
 

Definition at line 674 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
double &    __d
const [inline, inherited]
 

Definition at line 663 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
unsigned int &    __d,
unsigned int    __def
const [inline, inherited]
 

Definition at line 654 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
unsigned int &    __d
const [inline, inherited]
 

Definition at line 643 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
int &    __d,
int    __def
const [inline, inherited]
 

Definition at line 634 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
int &    __d
const [inline, inherited]
 

Definition at line 623 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
bool   __b,
bool    __def
const [inline, inherited]
 

Definition at line 614 of file datamap-inline.h.

bool datamap::retrieve_i const std::string &    __s,
int    i,
bool   __b
const [inline, inherited]
 

Definition at line 603 of file datamap-inline.h.

const additional_info_u & datamap::sfind const char *    __cp,
int    i
const [inline, inherited]
 

Definition at line 101 of file datamap-inline.h.

const additional_info_u & datamap::sfind const std::string &    __s,
int    i
const [inline, inherited]
 

Definition at line 92 of file datamap-inline.h.

const additional_info_u & datamap::sfind const char *    __cp const [inline, inherited]
 

Definition at line 87 of file datamap-inline.h.

const additional_info_u & datamap::sfind const std::string &    __s const [inline, inherited]
 

Definition at line 78 of file datamap-inline.h.

bool datamap::sinsert const char *    __cp,
int    i,
const additional_info_u   __h,
bool    replace
[inline, inherited]
 

Definition at line 47 of file datamap-inline.h.

bool datamap::sinsert const std::string &    __s,
int    i,
const additional_info_u   __h,
bool    replace
[inline, inherited]
 

Definition at line 39 of file datamap-inline.h.

bool datamap::sinsert const char *    __cp,
const additional_info_u   __h,
bool    replace
[inline, inherited]
 

Definition at line 33 of file datamap-inline.h.

bool datamap::sinsert const std::string &    __s,
const additional_info_u   __h,
bool    replace
[inherited]
 

Definition at line 29 of file datamap.cc.

bool datamap::which const char *    __cp,
std::vector< int > &    __idx
const [inline, inherited]
 

Definition at line 140 of file datamap-inline.h.

bool datamap::which const std::string &    __s,
std::vector< int > &    __idx
const [inline, inherited]
 

Definition at line 126 of file datamap-inline.h.


The documentation for this class was generated from the following file:
Generated on Tue Nov 4 01:59:16 2003 for COCONUT API by doxygen1.2.18