Dillo v3.1.1-14-g8f67d6e0
Loading...
Searching...
No Matches
lout::object::Object Class Reference

This is the base class for many other classes, which defines very common virtual methods. More...

#include <object.hh>

Public Member Functions

virtual ~Object ()
 The destructor is defined as virtual (but not abstract), so that destruction of Object's works properly.
 
virtual bool equals (Object *other)
 Returns, whether two objects are equal.
 
virtual int hashValue ()
 Return a hash value for the object.
 
virtual Objectclone ()
 Return an exact copy of the object.
 
virtual void intoStringBuffer (misc::StringBuffer *sb)
 Store a textual representation of the object in a misc::StringBuffer.
 
const char * toString ()
 Use object::Object::intoStringBuffer to return a textual representation of the object.
 
virtual size_t sizeOf ()
 Return the number of bytes, this object totally uses.
 

Detailed Description

This is the base class for many other classes, which defines very common virtual methods.

For convenience, none of them are abstract, but they must be defined, when they are needed, especially for containers.

Definition at line 24 of file object.hh.

Constructor & Destructor Documentation

◆ ~Object()

lout::object::Object::~Object ( )
virtual

The destructor is defined as virtual (but not abstract), so that destruction of Object's works properly.

Definition at line 39 of file object.cc.

Member Function Documentation

◆ clone()

Object * lout::object::Object::clone ( )
virtual

◆ equals()

bool lout::object::Object::equals ( Object other)
virtual

Returns, whether two objects are equal.

The caller should ensure, that this and the object have the same class; this makes casting of "other" safe. Typically, an implementation should check this == other first, the caller can assume a fast implementation.

Reimplemented in dw::core::style::StyleAttrs, dw::core::style::FontAttrs, dw::core::style::ColorAttrs, CssStyleSheet::RuleList, dw::core::Iterator, lout::container::untyped::List, lout::container::typed::Collection< T >, lout::container::typed::Collection< dw::core::Rectangle >, lout::container::typed::Collection< dw::core::style::ColorAttrs >, lout::container::typed::Collection< dw::core::style::FontAttrs >, lout::container::typed::Collection< dw::core::style::StyleAttrs >, lout::container::typed::Collection< dw::core::Widget >, lout::container::typed::Collection< dw::fltk::FltkImgbuf >, lout::container::typed::Collection< dw::fltk::FltkImgbuf::GammaCorrectionTable >, lout::container::typed::Collection< dw::fltk::FltkPlatform::IdleFunc >, lout::container::typed::Collection< dw::fltk::ui::FltkRadioButtonResource >, lout::container::typed::Collection< dw::fltk::ui::FltkResource >, lout::container::typed::Collection< dw::ImageMapsList::ImageMap::ShapeAndLink >, lout::container::typed::Collection< dw::oof::OOFFloatsMgr::Float >, lout::container::typed::Collection< dw::oof::OOFFloatsMgr::TBInfo >, lout::container::typed::Collection< dw::oof::OOFPositionedMgr::Child >, lout::container::typed::Collection< Float >, lout::container::typed::Collection< form::Form::FormClickedReceiver >, lout::container::typed::Collection< form::Form::ResourceDecorator >, lout::container::typed::Collection< Iterator >, lout::container::typed::Collection< K >, lout::container::typed::Collection< lout::identity::IdentifiableObject::Class >, lout::container::typed::Collection< lout::object::ConstString >, lout::container::typed::Collection< lout::object::Object >, lout::container::typed::Collection< lout::object::String >, lout::container::typed::Collection< lout::object::TypedPointer< dw::core::ImgRenderer > >, lout::container::typed::Collection< lout::object::TypedPointer< dw::core::Widget > >, lout::container::typed::Collection< lout::object::TypedPointer< dw::oof::OOFAwareWidget > >, lout::container::typed::Collection< lout::object::TypedPointer< Fl_Widget > >, lout::container::typed::Collection< lout::signal::Emitter >, lout::container::typed::Collection< lout::signal::Receiver >, lout::object::Pointer, lout::object::Integer, lout::object::Boolean, lout::object::ConstString, and lout::object::PairBase.

Definition at line 50 of file object.cc.

References lout::misc::assertNotReached().

Referenced by lout::container::untyped::HashSet::contains(), lout::container::untyped::List::equals(), lout::container::typed::Collection< T >::equals(), lout::object::PairBase::equals(), lout::container::untyped::HashSet::findNode(), lout::container::untyped::HashSet::remove(), and lout::container::untyped::List::remove0().

◆ hashValue()

int lout::object::Object::hashValue ( )
virtual

Return a hash value for the object.

Reimplemented in dw::core::style::StyleAttrs, dw::core::style::FontAttrs, dw::core::style::ColorAttrs, lout::container::untyped::List, lout::container::typed::Collection< T >, lout::container::typed::Collection< dw::core::Rectangle >, lout::container::typed::Collection< dw::core::style::ColorAttrs >, lout::container::typed::Collection< dw::core::style::FontAttrs >, lout::container::typed::Collection< dw::core::style::StyleAttrs >, lout::container::typed::Collection< dw::core::Widget >, lout::container::typed::Collection< dw::fltk::FltkImgbuf >, lout::container::typed::Collection< dw::fltk::FltkImgbuf::GammaCorrectionTable >, lout::container::typed::Collection< dw::fltk::FltkPlatform::IdleFunc >, lout::container::typed::Collection< dw::fltk::ui::FltkRadioButtonResource >, lout::container::typed::Collection< dw::fltk::ui::FltkResource >, lout::container::typed::Collection< dw::ImageMapsList::ImageMap::ShapeAndLink >, lout::container::typed::Collection< dw::oof::OOFFloatsMgr::Float >, lout::container::typed::Collection< dw::oof::OOFFloatsMgr::TBInfo >, lout::container::typed::Collection< dw::oof::OOFPositionedMgr::Child >, lout::container::typed::Collection< Float >, lout::container::typed::Collection< form::Form::FormClickedReceiver >, lout::container::typed::Collection< form::Form::ResourceDecorator >, lout::container::typed::Collection< Iterator >, lout::container::typed::Collection< K >, lout::container::typed::Collection< lout::identity::IdentifiableObject::Class >, lout::container::typed::Collection< lout::object::ConstString >, lout::container::typed::Collection< lout::object::Object >, lout::container::typed::Collection< lout::object::String >, lout::container::typed::Collection< lout::object::TypedPointer< dw::core::ImgRenderer > >, lout::container::typed::Collection< lout::object::TypedPointer< dw::core::Widget > >, lout::container::typed::Collection< lout::object::TypedPointer< dw::oof::OOFAwareWidget > >, lout::container::typed::Collection< lout::object::TypedPointer< Fl_Widget > >, lout::container::typed::Collection< lout::signal::Emitter >, lout::container::typed::Collection< lout::signal::Receiver >, lout::object::Pointer, lout::object::Integer, lout::object::Boolean, lout::object::ConstString, lout::object::PairBase, and CssStyleSheet::RuleList.

Definition at line 59 of file object.cc.

Referenced by lout::container::untyped::HashSet::calcHashValue(), lout::container::untyped::List::hashValue(), lout::container::typed::Collection< T >::hashValue(), and lout::object::PairBase::hashValue().

◆ intoStringBuffer()

void lout::object::Object::intoStringBuffer ( misc::StringBuffer sb)
virtual

Store a textual representation of the object in a misc::StringBuffer.

This is used by object::Object::toString.

Reimplemented in dw::core::Iterator, dw::oof::OOFAwareWidget::OOFAwareWidgetIterator, dw::oof::OOFFloatsMgr::Float, lout::container::untyped::Collection, lout::container::untyped::HashTable, lout::container::typed::Collection< T >, lout::container::typed::Collection< dw::core::Rectangle >, lout::container::typed::Collection< dw::core::style::ColorAttrs >, lout::container::typed::Collection< dw::core::style::FontAttrs >, lout::container::typed::Collection< dw::core::style::StyleAttrs >, lout::container::typed::Collection< dw::core::Widget >, lout::container::typed::Collection< dw::fltk::FltkImgbuf >, lout::container::typed::Collection< dw::fltk::FltkImgbuf::GammaCorrectionTable >, lout::container::typed::Collection< dw::fltk::FltkPlatform::IdleFunc >, lout::container::typed::Collection< dw::fltk::ui::FltkRadioButtonResource >, lout::container::typed::Collection< dw::fltk::ui::FltkResource >, lout::container::typed::Collection< dw::ImageMapsList::ImageMap::ShapeAndLink >, lout::container::typed::Collection< dw::oof::OOFFloatsMgr::Float >, lout::container::typed::Collection< dw::oof::OOFFloatsMgr::TBInfo >, lout::container::typed::Collection< dw::oof::OOFPositionedMgr::Child >, lout::container::typed::Collection< Float >, lout::container::typed::Collection< form::Form::FormClickedReceiver >, lout::container::typed::Collection< form::Form::ResourceDecorator >, lout::container::typed::Collection< Iterator >, lout::container::typed::Collection< K >, lout::container::typed::Collection< lout::identity::IdentifiableObject::Class >, lout::container::typed::Collection< lout::object::ConstString >, lout::container::typed::Collection< lout::object::Object >, lout::container::typed::Collection< lout::object::String >, lout::container::typed::Collection< lout::object::TypedPointer< dw::core::ImgRenderer > >, lout::container::typed::Collection< lout::object::TypedPointer< dw::core::Widget > >, lout::container::typed::Collection< lout::object::TypedPointer< dw::oof::OOFAwareWidget > >, lout::container::typed::Collection< lout::object::TypedPointer< Fl_Widget > >, lout::container::typed::Collection< lout::signal::Emitter >, lout::container::typed::Collection< lout::signal::Receiver >, lout::identity::IdentifiableObject::Class, lout::identity::IdentifiableObject, lout::object::Pointer, lout::object::Integer, lout::object::Boolean, lout::object::ConstString, lout::object::PairBase, lout::signal::Emitter, and lout::signal::Receiver.

Definition at line 95 of file object.cc.

References lout::misc::StringBuffer::append(), and lout::misc::StringBuffer::appendPointer().

Referenced by lout::container::untyped::HashTable::intoStringBuffer(), lout::object::PairBase::intoStringBuffer(), and toString().

◆ sizeOf()

size_t lout::object::Object::sizeOf ( )
virtual

Return the number of bytes, this object totally uses.

Reimplemented in lout::object::PairBase.

Definition at line 105 of file object.cc.

Referenced by lout::object::PairBase::sizeOf().

◆ toString()

const char * lout::object::Object::toString ( )

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