Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
Ceylan::System::AnonymousInputOutputStreamAbstract anonymous input/output stream class used in IPC
Ceylan::System::AnonymousInputStreamAbstract anonymous input stream class used in IPC
Ceylan::Network::AnonymousProtocolAwareStreamSocketAnonymous connection-based server-side stream socket linked with a protocol server, which manages higher-level message exchanges for that connection
Ceylan::Network::AnonymousStreamSocketAnonymous connection-based server-side stream socket
Ceylan::Network::AnonymousStreamSocket::AnonymousStreamSocket::AnonymousStreamSocketExceptionMother class for all anonymous stream socket-related exceptions
Ceylan::Network::AnonymousStreamSocket::AnonymousStreamSocket::NonBlockingAcceptExceptionRaised whenever a non-blocking accept did not find any connection (this is not a fatal error)
generalUtils::ApplicationException
Ceylan::MVC::BaseControllerInterface class for all controllers of the lightweight generic Model-Controller-Controller (MVC) design pattern
Ceylan::MVC::BaseModelInterface class for all models of the lightweight generic Model-View-Controller (MVC) design pattern
Ceylan::MVC::BaseViewInterface class for all views of the lightweight generic Model-View-Controller (MVC) design pattern
Ceylan::BasicResourceManager< Key >Manages basically a set of Resource instances: the basic Resource manager can store and afterwards retrieve resources on behalf of the caller, which will be able to associate a key, whose type is user-defined, to each resource
Ceylan::Maths::Linear::BipointTwo-dimensional point, whose coordinates are floating-point values (Real)
Ceylan::CallableEventSourceSpecialized event source which can be interrogated notably by specialized listeners, CallerEventListener, so that an event is propagated according to the pace chosen by the listener rather than by the one of the source
Ceylan::CallerEventListenerThis specialized event listener does not provide any more method than basic event listeners do
ceylan::parser::CeylanParserCeylan LogMX Parser able to parse a log file with multi-line support and Relative Date support
Ceylan::Network::ClientStreamSocketClient-side implementation of connection-based socket
Ceylan::Network::ClientStreamSocket::ClientStreamSocket::ClientStreamSocketExceptionMother class for all stream socket-related exceptions, on the client side
Ceylan::ClonableInterface that every object which can be cloned should implement
Ceylan::ClonableExceptionException to be raised whenever cloning fails
Ceylan::CommandLineParseExceptionException raised wheneve the parsing of a command line failed, for exemple when a given option requires more arguments than available in the command line
Ceylan::System::ConsoleProvides a console abstraction for basic output of text in a terminal
Ceylan::System::Console::Console::BackgroundColorEscape sequences for color backgrounds in terminal
Ceylan::System::Console::Console::ConsoleExceptionException thrown when an operation on a Console failed
Ceylan::System::Console::Console::ForegroundColorEscape sequences for color foregrounds in terminal
Ceylan::ControllerController of the Model-View-Controller (MVC) design pattern
Ceylan::System::ConversionFailedThrown when the conversion of a filesystem object failed
Ceylan::CountableThis very simple class allows instance counting for all objects that inherit from it
Ceylan::CountedPointer< T >
Ceylan::CountedPointer< T >::CountedPointer::ReferentSecond: implementation
dataUtils::DataUtilsException
Ceylan::Middleware::DecodeExceptionException to be raised whenever a bitstream could not be decoded into a higher-level construct
Ceylan::System::DirectoryAbstract directory mother class, so that programs can always manipulate Ceylan::Directory instances, whereas per-platform specialized classes are actually used by the system
Ceylan::System::DirectoryChangeFailedRaised at first by FileSystemManager and directory-specific
Ceylan::System::DirectoryCopyFailedRaised at first by FileSystemManager and directory-specific
Ceylan::System::DirectoryCreationFailedRaised at first by FileSystemManager and directory-specific
Ceylan::System::DirectoryDelegatingExceptionThrown when file operations failed because of underlying filesystem manager: the corresponding backend could not be retrieved as expected
Ceylan::System::DirectoryExceptionThrown when directory operations failed
Ceylan::System::DirectoryGetCurrentFailedRaised at first by FileSystemManager and directory-specific
Ceylan::System::DirectoryLastChangeTimeRequestFailedRaised at first by FileSystemManager and directory-specific
Ceylan::System::DirectoryLookupFailedRaised at first by FileSystemManager and directory-specific
Ceylan::System::DirectoryMoveFailedRaised at first by FileSystemManager and directory-specific
Ceylan::System::DirectoryOpeningFailedRaised at first by FileSystemManager and directory-specific
Ceylan::System::DirectoryRemoveFailedRaised at first by FileSystemManager and directory-specific
generalUtils::Display
Ceylan::DisplayableInterface that every object which can be displayed should implement
Ceylan::System::DuplicateFailedThrown when the duplication of a filesystem object failed
Ceylan::Middleware::EncodeExceptionException to be raised whenever a higher-level construct could not be encoded into a bitstream
Ceylan::Maths::Linear::Endomorphism2DFunctorFunctor encapsulating a 2D endomorphism
Ceylan::Maths::Linear::Endomorphism3DFunctorFunctor encapsulating a 3D endomorphism
Ceylan::System::EntryLookupFailed
Ceylan::EventEncapsulates the concept of high-level events
Ceylan::EventExceptionException to be raised when the event system encounters an abnormal situation
Ceylan::EventListenerInterface which should be implemented by all objects that are able to listen to events from at least one source
Ceylan::EventSourceInterface which should be implemented for all objects that should be able to send events to listeners
Ceylan::ExceptionThis Exception class should be the mother of all exceptions raised by the Ceylan library
Ceylan::Features::FeatureNotAvailableExceptionTo be raised whenever a feature is not available on the target platform for the currently linked Ceylan library
Ceylan::System::FIFOInterrupt-based FIFO (First In, First Out) class for command-based Inter-Process Communication (IPC)
Ceylan::System::FIFO::FIFO::FIFOEmptyRaised whenever trying to read from an empty FIFO
Ceylan::System::FIFO::FIFO::FIFOExceptionMother class for all FIFO-related exceptions
Ceylan::System::FIFO::FIFO::FIFOFullRaised whenever trying to write to a full FIFO
Ceylan::System::FileAbstract file mother class, so that programs can always manipulate Ceylan::File instances, whereas per-platform specialized classes are actually used by the system
Ceylan::System::FileAlreadyOpenedRaised at first by FileSystemManager and file-specific
Ceylan::System::FileCopyFailedRaised at first by FileSystemManager and file-specific
Ceylan::System::FileCreationFailedRaised at first by FileSystemManager and file-specific
Ceylan::System::FileDelegatingExceptionThrown when file operations failed because of underlying filesystem manager: the corresponding backend could not be retrieved as expected
Ceylan::System::FileDiffFailedRaised at first by FileSystemManager and file-specific
generalUtils::FileDisplay
Ceylan::System::FileExceptionThrown when file operations failed
Ceylan::System::FileLastChangeTimeRequestFailedRaised at first by FileSystemManager and file-specific
Ceylan::System::FileLocatorFile locators allow to find files in a set of directories, as Unix PATH variables do
Ceylan::System::FileLocatorExceptionException raised when file locator could not fulfill a request
Ceylan::System::FileLookupFailedRaised at first by FileSystemManager and file-specific
Ceylan::System::FileManagementExceptionMother class of all file-related exceptions, including filesystems, files and directories
Ceylan::System::FileMoveFailedRaised at first by FileSystemManager and file-specific
Ceylan::System::FileOpeningFailedRaised at first by FileSystemManager and file-specific
Ceylan::System::FileReadLockingFailed
Ceylan::System::FileReadUnlockingFailed
Ceylan::System::FileRemoveFailedRaised at first by FileSystemManager and file-specific
Ceylan::System::FileSizeRequestFailedRaised at first by FileSystemManager and file-specific
Ceylan::System::FileSystemExceptionThrown when filesystem operations failed
Ceylan::System::FileSystemManagerInterface (abstract class) that allows to manage a specific filesystem
Ceylan::System::FileSystemManagerDelegatingException
Ceylan::System::FileSystemManagerExceptionThrown when filesystem manager operations failed
Ceylan::System::FileTouchFailedRaised at first by FileSystemManager and file-specific
fileUtils::FileUtilsException
Ceylan::System::FileWriteLockingFailed
Ceylan::System::FileWriteUnlockingFailed
Ceylan::Functor
generalUtils::GeneralUtilsException
Ceylan::MVC::GenericMVCException
Ceylan::System::GetChangeTimeFailed
Ceylan::HashableInterface that every object able to compute a hash value should implement, to ease hashtable handling
Ceylan::Holder< Held >
Ceylan::Maths::Linear::HomogeneousMatrix3
Ceylan::Network::HostDNSEntryDescribes the DNS entry corresponding to a specified host
Ceylan::IdentifierMother class of all identifiers
Ceylan::Identifier::Identifier::IdentifierExceptionException for identifier issues
Ceylan::IdentifierNotAvailableExceptionException to be raised when no identifier is available
Ceylan::IdentifierOwnerInterface that every object owning an identifier should implement
Ceylan::InputDeviceInput devices are sending informations to controllers so that they can animate the MVC framework
Ceylan::System::InputOutputStreamAbstract input/output stream class used in IPC
Ceylan::System::InputStreamAbstract input stream class used in IPC
Ceylan::System::InputStream::InputStream::EOFExceptionException thrown when an unexpected End-Of-File occured, i.e
Ceylan::System::InputStream::InputStream::InputStreamExceptionException thrown when an operation on an InputStream failed
Ceylan::System::InputStream::InputStream::ReadFailedExceptionException thrown when a read operation failed
Ceylan::System::InputStream::InputStream::SelectFailedExceptionException thrown when select() fails
Ceylan::Maths::IntToIntFunctorA functor dealing with integers (one integer as parameter, returns integer)
Ceylan::System::IOExceptionException raised when basic input/output operation fails
Ceylan::Network::IPAddressHandles abstract IP (Internet Protocol) addresses
Ceylan::Network::IPAddressExceptionException dedicated to the IP addressing
Ceylan::Network::IPAddressvFourHandles IPv4 addresses
Ceylan::System::LibfatDirectoryEncapsulates libfat directories, as provided by usual operating systems
Ceylan::System::LibfatFileEncapsulates libfat-based files, as provided by the libfat DS library
Ceylan::System::LibfatFileExceptionMother class for all exceptions related to libfat files
Ceylan::System::LibfatFileSystemManagerAllows to manage a libfat-based filesystem directly, with no OS support, on platforms that support it, i.e
Ceylan::System::LibfatFileSystemManagerException
Ceylan::LibtoolVersionDescribes a Libtool interface version, with respects the form: (current version)
Ceylan::Middleware::LightWeightMarshallerEncodes et decodes basic data types from a given stream with most basic encoding routines, which deal only with endianness for fixed-size types
Ceylan::Maths::Linear::LinearExceptionException for Linear-related issues
Ceylan::Maths::Linear::LineProjection3DFunctorFunctor of a line projection on specified axis
Ceylan::LoadableInterface that every object which can be loaded dynamically from file should implement
Ceylan::LoadableExceptionException to be raised whenever a loadable operation fails
Ceylan::LoadableWithContent< Content >Loadable template, useful to have a way of retrieving the loaded content directly according to its specific type
Ceylan::LocalizationExceptionException raised in case of localization issues
Ceylan::LocalizationSettingsDescribes the localization settings, notably for a given application
Ceylan::LocatableObjects that should be locatable in space should inherit from this class
Ceylan::Locatable2DObjects that should be locatable in a 2D-space should inherit from this class
Ceylan::LocatableExceptionException to raise when Locatables are in trouble
Ceylan::LockableInterface which should be implemented for all objects that are able to be locked
Ceylan::Lockable::Lockable::LockExceptionThis exception is raised when a lock gets misused
Ceylan::Log::LogAggregatorThis abstract class is meant to store messages targeted at a set of channels which are conveyed thanks to a Log transport, and to generate a view of it
Ceylan::Log::LogAggregator::LogAggregator::LogAggregatorExceptionException raised by aggregators
Ceylan::Log::LogAggregatorConsoleThis class implements the LogAggregator interface thanks to console-based direct output, hence with no file being written
Ceylan::Log::LogAggregatorHTMLThis class implements thanks to HTML files the LogAggregator interface
Ceylan::Log::LogAggregatorRawThis class implements the LogAggregator interface thanks to text files encoded with raw formatting
Ceylan::Log::LogChannelLog channels are thematic containers for log messages, meant to be used by LogAggregators
Ceylan::Log::LogExceptionException by all actors of the log service
Ceylan::Log::LoggableAll objects which should be able to log their behaviour should implement this interface
Ceylan::Log::LogHolder
Ceylan::Log::LogListenerLogListeners receive log messages propagated by LogTransports, and deliver them to an aggregator
Ceylan::Log::LogMessageThis class encapsulates the concept of Log message
Ceylan::Log::LogPlugThis class is in charge of managing the core of the Log system: it maintains a shared knowledge about all the implementation classes for LogSource, LogTransport, LogListener and LogAggregator, and links them together
Ceylan::Log::LogPlugClassicalThis class implements the LogPlug interface, registers the various instances of the log framework in their raw version, and creates the relevant standard channels
Ceylan::Log::LogPlugConsoleThis class implements the LogPlug interface, registers the various instances of the log framework in their raw version, and creates the relevant standard channels
Ceylan::Log::LogPlugHTML
Ceylan::Log::LogPlugNullThis class implements the LogPlug interface, registers the various instances of the log framework in their null version, and creates the relevant standard channels
Ceylan::Log::LogSourceThis is the mother class for every potential sender of Log messages
Ceylan::Log::LogTransportThis abstract class has for mission to take a Log message from a LogSource and to bring it to the relevant LogListener
Ceylan::Log::LogTransportListenerRawThis class gathers the two endpoints of Log propagation: the LogTransport (the beginning) and the LogListener (the end)
Ceylan::Middleware::MarshallerEncodes and decodes informations so that they can be directly written and read from and to the stream that the marshaller encapsulates
Ceylan::Middleware::MarshallExceptionException to be raised whenever a protocol-related issue arises
Ceylan::Maths::MathsExceptionException for Maths-related issues
Ceylan::Maths::Linear::Matrix
Ceylan::Maths::Linear::Matrix2
Ceylan::Maths::Linear::Matrix3
Ceylan::MeasurableInterface which should be implemented for all objects whose size can be dynamically evaluated (at runtime)
Ceylan::System::MemoryStreamMakes a buffer in memory behaving like an InputOutputStream
Ceylan::System::MemoryStream::MemoryStream::MemoryStreamExceptionMother class for all memory-related exceptions
Ceylan::Middleware::MiddlewareExceptionException to be raised whenever a middleware issue arises
Ceylan::ModelModel of the Model-View-Controller (MVC) design pattern
Ceylan::ModuleThis module class provides basic services so that modules can be handled in an automatic, safe and easy way
Ceylan::ModuleExceptionRaised whenever a module-related operation failed
Ceylan::MVC::MultipleViewGenericModel< ActualView >Generic model template, for models specifically linked to multiple (i.e
Ceylan::MVC::MultipleViewModelGeneric model class, for models specifically linked to multiple (i.e
Ceylan::Network::MultiplexedProtocolBasedStreamServerServer-side implementation of a server listening socket and its connection-triggered sockets, each one corresponding to a connected client managed by a dedicated protocol server
Ceylan::Network::MultiplexedServerStreamSocketServer-side implementation of a server listening socket and its connection-triggered sockets, each one corresponding to a connected client
Ceylan::Network::MultiplexedServerStreamSocket::MultiplexedServerStreamSocket::MultiplexedServerStreamSocketExceptionMother class for all stream socket-related exceptions, on the multiplexed server side
Ceylan::Network::MultiplexedServerStreamSocket::MultiplexedServerStreamSocket::NetworkServerShutdownExceptionException to be raised whenever the underlyng network server is requested to shutdown
Ceylan::Log::MuteLogSourceThis is a specific child class of LogSource, whose role is to ignore log messages, in the context of the use of the null log plug
Ceylan::System::MutexSimple mutual exclusion device
Ceylan::MVCEventSpecialized event exchanged through Model-View-Controller (MVC) framework
Ceylan::Network::NetworkExceptionException class for network services
dataUtils::Node
dataUtils::NodeExample
Ceylan::Maths::Random::NormalProbabilityFunctionProbability function used for gaussian (normal) distributions
Ceylan::MVC::NoViewModelPure model, not linked to any view
Ceylan::ObjectThis abstract mother class, root of the whole Ceylan object's hierarchy, plays a very similar role to java.lang.Object, namely describing the basic services every Ceylan object should be able to provide
Ceylan::Log::ObjectChannelObjectChannels correspond to log channels dedicated to a Ceylan object
Ceylan::Log::ObjectIdentifierThis class encapsulates identifiers of Ceylan objects
Ceylan::System::OutputStreamAbstract output stream class used in IPC
Ceylan::System::OutputStream::OutputStream::OutputStreamExceptionException thrown when an operation on an OutputStream failed
Ceylan::System::OutputStream::OutputStream::WriteFailedExceptionException thrown when a write operation failed
Ceylan::System::PipePipe class for Inter-Process Communication (IPC)
Ceylan::System::Pipe::Pipe::CouldNotCreate
Ceylan::System::Pipe::Pipe::PipeExceptionMother class for all file-related exceptions
Ceylan::System::Pipe::Pipe::ReadFailed
Ceylan::System::Pipe::Pipe::WriteFailed
Ceylan::PluginPlugin encapsulation for Dynamic Shared Object (DSO) management
Ceylan::PluginExceptionRaised whenever a plugin-related operation failed
Ceylan::Maths::Linear::PointAbstract point, whose coordinates are floating-point values (Real)
Ceylan::Maths::Random::ProbabilityFunctionA probability function (also called the probability density function, or density function) of a continuous distribution is defined as the derivative of the (cumulative) distribution function
Ceylan::System::Process
Ceylan::System::ProcessExceptionException class for process concerns
Ceylan::Middleware::ProtocolEndpointDesignates a protocol endpoint, which is an abstraction for both the client and the server side
Ceylan::Middleware::ProtocolExceptionException to be raised whenever a protocol-related issue arises
Ceylan::Middleware::ProtocolServerDesignates an applicative server which implements the server side of a protocol specification
Ceylan::Maths::Random::RandomGeneratorAbstract mother class of all kinds of random generators
Ceylan::Maths::Random::RandomGeneratorFromPDFRandom generator created from a user-defined probability density function (PDF)
Ceylan::ReferentialChangedEventEvents used by a Locatable to notify its Locatable children that its referential changed
Ceylan::RegExp
Ceylan::ResourceVoid interface that has to be implemented by all Resources, so that they can be cached by a Resource manager
Ceylan::ResourceExceptionException to be raised when a Resource encounters an abnormal situation
Ceylan::ResourceManager< Key >Manages a set of Resource instances: the Resource manager can store and afterwards retrieve resources on behalf of the caller, which will associate a key, whose type is user-defined, to each resource
Ceylan::ResourceManagerExceptionException to be raised when a Resource manager encounters an abnormal situation
Ceylan::Maths::Linear::Rotation2DFunctorFunctor of 2D rotation of specified angle
Ceylan::Maths::Linear::Rotation3DFunctorFunctor for 3D rotation relative to specified axis, of specified angle
Ceylan::System::RunnableBasic runnable interface
Ceylan::System::RunnableExceptionException class for runnable concerns
generalUtils::ScreenDisplay
Ceylan::Network::SequentialServerStreamSocketServer, based on stream sockets, that can serve any number of clients, although not in parallel : clients are taken care of sequentially, one after the other, each one thanks to a dedicated anonymous stream socket
Ceylan::Network::SequentialServerStreamSocket::SequentialServerStreamSocket::SequentialServerStreamSocketExceptionMother class for all stream socket-related exceptions, on the server side
Ceylan::SerializableInterface that every object which can be serialized should implement
Ceylan::SerializationExceptionThis exception is raised when a serialization-related operation failed
Ceylan::Network::ServerStreamSocketServer-side implementation of connection-based socket
Ceylan::Network::ServerStreamSocket::ServerStreamSocket::ServerStreamSocketExceptionMother class for all stream socket-related exceptions, on the server side
Ceylan::System::Signal::SignalExceptionMother class for all signal-related exceptions
Ceylan::MVC::SingleControllerNoViewGenericModel< ActualController >Generic model template, for models specifically linked to a given controller (whose class is the typename) and with no known specific view (therefore unable to manage their lifecycle)
Ceylan::MVC::SingleModelGenericView< ActualModel >Generic view template, for views specifically linked to a given model, whose class is the typename
Ceylan::SingletonThis helper class ensures that one and only one instance of a particular class exists, so that this instance is necessarily shared by all its users
Ceylan::SingletonExceptionException raised by the Singleton class
Ceylan::MVC::SingleViewGenericModel< ActualView >Generic model template, for models specifically linked to a given view, which the model owns, and with no known specific controller
Ceylan::MVC::SingleViewModelGeneric model class, linked to a given generic view (BaseView), which the model owns, and with no known specific controller
Ceylan::SmartResourceSmart Resources are advanced resources, able to determine their size and clone themselves at will, for example so that they can be cached by a SmartResourceManager
Ceylan::SmartResourceManager< Key >Manages a set of SmartResource instances: the smart Resource manager can behave like a basic Resource manager, if the 'NeverDrop' policy is used, or it can provide other advanced policies
Ceylan::SmartResourceManager< Key >::SmartResourceManager::CacheEntryMetadata associated to a cached resource
Ceylan::Network::SocketSimple general socket I/O class, both for connection-based (stream) sockets and packet-based (datagram) sockets, both for client-side and server-side sockets
Ceylan::Network::Socket::Socket::SocketExceptionMother class for all socket-related exceptions
Ceylan::System::StandardDirectoryEncapsulates standard directories, as provided by usual operating systems
Ceylan::System::StandardFileEncapsulates standard files, as provided by usual operating systems, i.e
Ceylan::System::StandardFileExceptionMother class for all exceptions related to standard files
Ceylan::System::StandardFileSystemManagerAllows to interact with the filesystems supported by any underlying operation system
Ceylan::System::StandardFileSystemManagerException
Ceylan::System::StreamAbstract stream class used in IPC
Ceylan::System::Stream::Stream::CloseExceptionException thrown when a stream operation failed
Ceylan::System::Stream::Stream::NonBlockingNotSupportedExceptionException thrown when a stream is set to non-blocking whereas it failed or is not supported at all
Ceylan::System::Stream::Stream::StreamExceptionException thrown when a stream operation failed
Ceylan::Network::StreamSocketSimple connection-based socket I/O class
Ceylan::Network::StreamSocket::StreamSocket::StreamSocketExceptionMother class for all stream socket-related exceptions
Ceylan::StringUtilsExceptionException raised by string utils services
Ceylan::System::SymlinkFailed
Ceylan::System::Synchronized< X >Template defining generically objects (notably numerical datatypes) protected by a mutex
Ceylan::System::Synchronized< bool >Partial specialization of the Synchonized template for bool
Ceylan::System::SystemExceptionException raised when system operation fails
Ceylan::TestExceptionThis Exception subclass is to be used only for test results
Ceylan::TextBufferStores a sequence of texts, and allows to access the overall text according to various ways, either text-by-text or line-by-line
Ceylan::TextBuffer::TextBuffer::TextBufferExceptionException raised by text buffers
Ceylan::TextDisplayableInterface that every Displayable able to show a textual representation of itself should implement
Ceylan::TextIdentifierText-only identifiers
Ceylan::System::ThreadBasic abstract class for threaded objects
Ceylan::System::Thread::Thread::ThreadExceptionRaised when POSIX returns thread errors, mainly in creation
Ceylan::System::Thread::Thread::Waiter
Ceylan::TimestampThe purpose of this class is to record specific times, in order to be able to date events and compare their order, at least on a local computer
toolbox::ToolboxException
Ceylan::Tree< Content >
Ceylan::TreeExceptionException to be raised when a Tree operation failed
Ceylan::TreeHeightAwareVisitor< Content >Tree-dedicated visitor, which may use the distance from the current node to the real root of the tree
Ceylan::TreeVisitor< Content >Tree-dedicated visitor
Ceylan::Maths::Linear::TripointThree-dimensional point, whose coordinates are floating-point values (Real)
Ceylan::Uint64This is really just a hack to prevent the compiler from complaining:
Ceylan::UnicodeStringEncapsulates a Unicode string to facilitate its management
Ceylan::UtilsExceptionException raised by common utils services
Ceylan::Maths::Linear::VectorAbstract class for vectors, whose coordinates are floating-point values (Real)
Ceylan::Maths::Linear::Vector2Three-dimensional vector, whose coordinates are floating-point values (Real)
Ceylan::Maths::Linear::Vector3Three-dimensional vector, whose coordinates are floating-point values (Real)
Ceylan::VersionDescribes a version, with respect to the form: (major version)
Ceylan::VersionException
Ceylan::ViewView of the Model-View-Controller (MVC) design pattern
Ceylan::VisitableA Visitable instance is made to be subclassed
Ceylan::VisitExceptionException to be raised when a visit operation failed
Ceylan::VisitorA Visitor is a class designed to be subclassed
Ceylan::Maths::Random::WhiteNoiseGeneratorWhite noise generator: the probabilistic law of the output random values is uniform: each value should have the same probability of showing up, in specified range
Ceylan::XML::XMLElementDescribes an abstract XML element in a XML document
Ceylan::XML::XMLElementExceptionException to be raised when an operation on an XML element failed
Ceylan::XML::XMLExceptionException to be raised when an XML operation failed
Ceylan::XML::XMLMarkupDescribes a XML markup
Ceylan::XML::XMLParserXML parser, which can read and write from and to XML file
Ceylan::XML::XMLParserExceptionException to be raised when an XML parser operation failed
Ceylan::XML::XMLSavingVisitorXML visitor dedicated to the saving of an XML tree (in memory) to an output stream, for example a file
Ceylan::XML::XMLSearchingVisitorXML visitor dedicated to the searching in an XML tree of specific elements
Ceylan::XML::XMLTextDescribes a XML text
Ceylan::XML::XMLVisitorGeneric XML visitor
Ceylan::XML::XMLVisitorExceptionException to be raised when an XML parser operation failed

Generated on Thu Jun 4 20:40:02 2009 for Ceylan by  doxygen 1.5.8