openModeller  Version 1.5.0
PreParameters Class Reference

#include <PreParameters.hh>

Inheritance diagram for PreParameters:
Inheritance graph
Collaboration diagram for PreParameters:
Collaboration graph

Public Member Functions

 PreParameters ()
 
 ~PreParameters ()
 
std::string decName () const
 
- Public Member Functions inherited from PreMultiContainer< std::string >
 PreMultiContainer ()
 
 PreMultiContainer (const PreMultiContainer< std::string > &external)
 
 ~PreMultiContainer ()
 
bool operator== (const PreMultiContainer< std::string > &ext_instance) const
 
bool operator!= (const PreMultiContainer< std::string > &ext_instance) const
 
const PreMultiContainer
< std::string > & 
operator= (const PreMultiContainer< std::string > &ext_instance)
 
void clear ()
 
void store (const std::string &obj_key, const ObjectT &obj_reference)
 
bool retrieve (const std::string &obj_key, ObjectT &obj_reference) const
 
void multiRetrieve (std::vector< std::pair< std::string, ObjectT > > &objs_vector) const
 
bool isStored (const std::string &obj_key) const
 
void remove (const std::string &obj_key)
 

Additional Inherited Members

- Protected Types inherited from PreMultiContainer< std::string >
typedef std::map< std::string,
MCNodeInterface< std::string > * > 
IntContainerT
 
- Protected Member Functions inherited from PreMultiContainer< std::string >
void update_time ()
 
- Protected Attributes inherited from PreMultiContainer< std::string >
IntContainerT container_instance_
 
time_t last_up_time_
 

Detailed Description

Declaration of class PreParameters

Author
Missae Yamamoto (missae at dpi . inpe . br)
Id:
PreParameters.hh 4464 2008-07-08 20:26:41Z missae

LICENSE INFORMATION

Copyright(c) 2008 by INPE - Instituto Nacional de Pesquisas Espaciais

http://www.inpe.br

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details:

http://www.gnu.org/copyleft/gpl.html This is the class to deal with parameters used by all Pre-analysis classes. It is used because PreMultiContainer class is all templated. author Emiliano F. Castejon caste.nosp@m.jon@.nosp@m.dpi.i.nosp@m.npe..nosp@m.br

Definition at line 42 of file PreParameters.hh.

Constructor & Destructor Documentation

PreParameters::PreParameters ( )

Declaration of class PreParameters

Author
Missae Yamamoto (missae at dpi . inpe . br)
Id:
PreParameters.cpp 4464 2008-07-08 20:26:41Z missae

LICENSE INFORMATION

Copyright(c) 2008 by INPE - Instituto Nacional de Pesquisas Espaciais

http://www.inpe.br

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details:

http://www.gnu.org/copyleft/gpl.html

Definition at line 30 of file PreParameters.cpp.

PreParameters::~PreParameters ( )

Definition at line 34 of file PreParameters.cpp.

Member Function Documentation

std::string PreParameters::decName ( ) const

Definition at line 37 of file PreParameters.cpp.


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