#include <jem/base/NamedObject.h>
Inherits jem::Object.
Inherited by jem::gl::GfxNode, jem::Member, jive::algebra::GramSchmidt, jive::algebra::MatrixBuilder, jive::app::DataPrinter, jive::app::Module, jive::geom::ShapeTable, jive::gl::DataSet, jive::gl::Plugin, jive::graph::Optimizer, jive::graph::Partitioner, jive::implict::TimeStepper, jive::mesh::Geometry, jive::model::Model, jive::solver::EigenSolver, jive::util::Database, and jive::util::Table.
jem::NamedObject::NamedObject |
( |
const String & |
name = "" | ) |
|
|
explicit |
virtual jem::NamedObject::~NamedObject |
( |
| ) |
|
|
protectedvirtual |
virtual String jem::NamedObject::toString |
( |
| ) |
const |
|
virtual |
Returns a short textual description of this object. The toString
method of the class Object
returns:
getClass()->getName() + "@" + String( hashValue() )
- Returns
- A
String
representing this object.
Reimplemented from jem::Object.
String jem::NamedObject::getName |
( |
| ) |
const |
virtual String jem::NamedObject::getContext |
( |
| ) |
const |
|
virtual |
Reimplemented in jive::util::Database, jive::implict::NewmarkStepper, jive::gl::DataSet, jive::implict::TransientModel, jive::implict::NonlinTransModel, jive::implict::Park3Model, jive::app::DataPrinter, jive::implict::TimeStepper, jive::solver::EigenSolver, jive::app::Module, jive::graph::Partitioner, jive::gl::Plugin, jive::model::Model, jive::mesh::Geometry, jive::geom::ShapeTable, jive::graph::Optimizer, jive::algebra::GramSchmidt, jive::util::Table, jem::gl::GfxNode, jive::algebra::MatrixBuilder, jem::Member, jem::Field, and jem::Method.
String jem::NamedObject::myName_ |
|
protected |