Cclan::AES128_Decrypt | AES-128 decryption class (running in Cipher Block Chaining mode) |
Cclan::AES128_Encrypt | AES-128 encryption class (running in Cipher Block Chaining mode) |
Cclan::AES192_Decrypt | AES-192 decryption class (running in Cipher Block Chaining mode) |
Cclan::AES192_Encrypt | AES-192 encryption class (running in Cipher Block Chaining mode) |
Cclan::AES256_Decrypt | AES-256 decryption class (running in Cipher Block Chaining mode) |
Cclan::AES256_Encrypt | AES-256 encryption class (running in Cipher Block Chaining mode) |
Cclan::RectPacker::AllocatedRect | |
Cclan::Angle | Angle class |
Cclan::Application | Base class for the application object |
►Cclan::ApplicationInstancePrivate | |
Cclan::ApplicationInstance< ApplicationClass > | Helper class to create cross platform applications |
Cclan::AudioDefinition | |
Cclan::AudioObject | |
Cclan::AudioWorld | |
Cclan::AxisAlignedBoundingBox | |
Cclan::Base64Decoder | Base64 decoder class |
Cclan::Base64Encoder | Base64 encoder class |
Cclan::BezierCurve | Bezier curve generator |
Cclan::BigInt | Big Integer class |
Cclan::BlendState | Blend state setup |
Cclan::BlendStateDescription | Blend state description |
Cclan::BlendStateProvider | |
Cclan::BlockAllocated | Class with operator new/delete overloads for BlockAllocator |
Cclan::BlockAllocator | Memory allocator that allocates in blocks |
Cclan::BrowseFolderDialog | Displays the system folder browsing dialog |
Cclan::Brush | |
Cclan::BrushGradientStop | |
Cclan::Canvas | 2D Graphics Canvas |
Cclan::Circlex< Type > | Circle |
►Cclan::Circlex< double > | |
Cclan::Circled | Circle - Double |
►Cclan::Circlex< float > | |
Cclan::Circlef | Circle - Float |
►Cclan::Circlex< int > | |
Cclan::Circle | Circle - Integer |
Cclan::ColorHSLx< Type, ColorType > | Color HSL description class |
Cclan::ColorHSVx< Type, ColorType > | Color HSV description class |
Cclan::ComPtr< Type > | ComPtr |
Cclan::Console | Console access helper class |
Cclan::ConsoleWindow | Text console window |
Cclan::CrashReporter | Generates crash reports (aka. minidumps or core dumps) when the application crashes, or when requested |
Cclan::Cursor | Mouse cursor class |
Cclan::CursorDescription | This class contains everything to construct a cursor - its data, default settings etc |
Cclan::CursorDescriptionFrame | This class describes a single frame in a cursor description |
Cclan::CursorProvider | Interface for implementing a Cursor target |
Cclan::DataBuffer | General purpose data buffer |
Cclan::DateTime | Date/Time class |
Cclan::DDSProvider | Image provider that can load Direct3D texture (.dds) files |
Cclan::DelauneyTriangulator | Delauney triangulator |
Cclan::DelauneyTriangulator_Triangle | Triangle generated from a delauney triangulation |
Cclan::DelauneyTriangulator_Vertex | Vertex in the delauney triangulation |
Cclan::DepthStencilState | DepthStencil state setup |
Cclan::DepthStencilStateDescription | DepthStencil state description |
Cclan::DepthStencilStateProvider | |
Cclan::DetectHang | Calls CrashReporter::invoke if the constructing thread does not call RunLoop::process for more than 30 seconds |
Cclan::Directory | Directory utility class |
Cclan::DirectoryListing | Virtual File System (VFS) directory listing class |
Cclan::DirectoryListingEntry | Virtual File System (VFS) directory listing entry class |
Cclan::DirectoryScanner | Directory scanning class |
Cclan::Display | Top level display class |
Cclan::DisplayCache | |
►Cclan::DisplayTarget | Display target for clanDisplay |
Cclan::D3DTarget | Display target for clanDisplay |
Cclan::OpenGLTarget | Display target for clanDisplay |
Cclan::DisplayTargetProvider | Interface for implementing a DisplayTarget target |
Cclan::DisplayWindow | Top-level window class |
Cclan::DisplayWindowDescription | Display window description class |
Cclan::DisplayWindowHandle | |
Cclan::DisplayWindowProvider | Interface for implementing a DisplayWindow target |
Cclan::DisplayWindowSite | Display Window site |
►Cclan::DisposableObject | DisposableObject |
Cclan::InputDeviceProvider | Interface for implementing a InputDevice source |
Cclan::DomImplementation | DOM Implementation class |
Cclan::DomNamedNodeMap | DOM Named Node Map class |
►Cclan::DomNode | DOM Node class |
Cclan::DomAttr | DOM Attribute class |
►Cclan::DomCharacterData | DOM Character Data class |
Cclan::DomComment | DOM Comment class |
►Cclan::DomText | DOM Text class |
Cclan::DomCDATASection | DOM CDATA Section |
Cclan::DomDocument | DOM Document class |
Cclan::DomDocumentFragment | DOM Document Fragment class |
Cclan::DomDocumentType | DOM Document Type class |
Cclan::DomElement | DOM Element class |
Cclan::DomEntity | DOM Entity class |
Cclan::DomEntityReference | DOM Entity Reference class |
Cclan::DomNotation | DOM Notation class |
Cclan::DomProcessingInstruction | DOM Processing Instruction class |
Cclan::DomNodeList | DOM Node List class |
Cclan::EarClipResult | Ear clipping triangulation result structure |
Cclan::EarClipTriangulator | Ear-clipping triangulator |
Cclan::EarClipTriangulator_Triangle | EarClipTriangulator_Triangle |
Cclan::Easing | |
►Cclan::ElementArrayBuffer | Element Array Buffer |
Cclan::ElementArrayVector< Type > | Element Array Vector |
Cclan::ElementArrayBufferProvider | Element Array Buffer provider |
►Cenable_shared_from_this | |
►Cclan::View | View for an area of the user interface |
Cclan::ButtonView | |
Cclan::CheckBoxView | |
Cclan::ImageView | |
Cclan::LabelView | |
Cclan::ProgressView | |
Cclan::RadioButtonView | Radio button component |
►Cclan::RootView | Base class for views participating as a root view in the user interface |
Cclan::TextureView | |
►Cclan::WindowView | |
Cclan::PopupView | |
Cclan::ScrollBarView | |
►Cclan::ScrollView | |
Cclan::ListBoxView | |
Cclan::SliderView | |
Cclan::SpanLayoutView | |
Cclan::SpinView | SpinView component |
Cclan::TextFieldView | |
Cclan::TextView | |
Cclan::ViewController | |
Cclan::Endian | Endianess management class |
►Cclan::EventUI | Base class for events being dispatched through the view hiarchy |
Cclan::ActivationChangeEvent | Window was activated or deactivated event |
Cclan::CloseEvent | Window close button was clicked event |
Cclan::FocusChangeEvent | View focus changed event |
Cclan::KeyEvent | Keyboard key event |
Cclan::PointerEvent | Pointer (mouse/tablet) event |
Cclan::ResizeEvent | Window resize event |
►Cstd::exception | STL class |
►Cclan::Exception | Top-level exception class |
Cclan::DomException | DOM Exception class |
Cclan::JsonException | Exception class thrown for JSON exceptions |
Cclan::XPathException | |
Cclan::ExceptionDialog | Displays a modal dialog with exception details |
Cclan::FileHelp | File operation helpers |
Cclan::FileResourceDocument | File Resource Document |
Cclan::FileResourceManager | Resource manager loading from FileResourceDocument |
Cclan::FileSystem | Virtual File System (VFS) |
Cclan::FileSystemProvider | Virtual File System (VFS) file source |
Cclan::Font | Font class |
Cclan::FontDescription | Font description class |
Cclan::FontFamily | FontFamily class |
Cclan::FontMetrics | Font metrics class |
Cclan::FrameBuffer | Frame-buffer object class |
Cclan::FrameBufferProvider | Interface for implementing a FrameBuffer target |
Cclan::FrustumPlanes | |
Cclan::GameTime | Tracks time elapsed in various forms useful for games |
Cclan::GLFunctions | GLFunctions |
Cclan::GlyphMetrics | Glyph metrics class |
Cclan::Gradient | Colorgradient description class |
►Cclan::GraphicContext | Interface to drawing graphics |
Cclan::GraphicContext_GL | GL Graphic Context |
Cclan::GraphicContextProvider | Interface for implementing a GraphicContext target |
Cclan::HalfFloat | |
Cclan::HashFunctions | A Collection of checksum functions |
Cclan::SpanLayout::HitTestResult | |
Cclan::HTMLUrl | Class for handling HTML urls |
Cclan::IconSet | Icon set class |
Cclan::Image | Image class |
Cclan::ImageImportDescription | Image Import Description Class |
Cclan::ImageProviderFactory | Image Provider factory |
►Cclan::ImageProviderType | Provider type |
Cclan::ProviderType_Register< ProviderClass > | Class template to register a provider type |
Cclan::ImageSource | |
Cclan::InputContext | InputContext |
Cclan::InputDevice | InputDevice |
Cclan::InputEvent | Input event class |
Cclan::IntersectionTest | |
►Cclan::IODevice | I/O Device interface |
Cclan::File | File I/O device |
Cclan::MemoryDevice | Memory I/O device |
Cclan::IODeviceProvider | I/O device provider interface |
Cclan::JPEGProvider | Image provider that can load JPEG (.jpg) files |
Cclan::JsonValue | Class representing a JSON value |
Cclan::Line2x< Type > | 2D line |
►Cclan::Line2x< double > | |
Cclan::Line2d | 2D line - Double |
►Cclan::Line2x< float > | |
Cclan::Line2f | 2D line - Float |
►Cclan::Line2x< int > | |
Cclan::Line2 | 2D line - Integer |
Cclan::Line3x< Type > | 3D line |
►Cclan::Line3x< double > | |
Cclan::Line3d | 3D line - Double |
►Cclan::Line3x< float > | |
Cclan::Line3f | 3D line - Float |
►Cclan::Line3x< int > | |
Cclan::Line3 | 3D line - Integer |
Cclan::LineMath | Math operations on 2D lines |
Cclan::LineRay2x< Type > | 2D line ray |
►Cclan::LineRay2x< double > | |
Cclan::LineRay2d | 2D line ray - Double |
►Cclan::LineRay2x< float > | |
Cclan::LineRay2f | 2D line ray - Float |
►Cclan::LineRay2x< int > | |
Cclan::LineRay2 | 2D line ray - Integer |
Cclan::LineRay3x< Type > | 3D line ray |
►Cclan::LineRay3x< double > | |
Cclan::LineRay3d | 3D line ray - Double |
►Cclan::LineRay3x< float > | |
Cclan::LineRay3f | 3D line ray - Float |
►Cclan::LineRay3x< int > | |
Cclan::LineRay3 | 3D line ray - Integer |
Cclan::LineSegment2x< Type > | 2D line segment |
►Cclan::LineSegment2x< double > | |
Cclan::LineSegment2d | 2D line segment - Double |
►Cclan::LineSegment2x< float > | |
Cclan::LineSegment2f | 2D line segment - Float |
►Cclan::LineSegment2x< int > | |
Cclan::LineSegment2 | 2D line segment - Integer |
Cclan::LineSegment3x< Type > | 3D line segment |
►Cclan::LineSegment3x< double > | |
Cclan::LineSegment3d | 3D line segment - Double |
►Cclan::LineSegment3x< float > | |
Cclan::LineSegment3f | 3D line segment - Float |
►Cclan::LineSegment3x< int > | |
Cclan::LineSegment3 | 3D line segment - Integer |
►Cclan::Logger | Logger interface |
Cclan::ConsoleLogger | Console logger |
Cclan::FileLogger | File logger |
Cclan::Mat2< Type > | 2D matrix |
Cclan::Mat3< Type > | 3D matrix |
Cclan::Mat3< float > | |
Cclan::Mat4< Type > | 4D matrix |
Cclan::MD5 | MD5 hash function class |
Cclan::MessageLog_GL | |
Cclan::NetGameConnection | NetGameConnection |
►Cclan::NetGameConnectionSite | NetGameConnectionSite |
Cclan::NetGameClient | NetGameClient |
Cclan::NetGameServer | NetGameServer |
Cclan::NetGameEvent | NetGameEvent |
Cclan::NetGameEventDispatcher< Params > | |
Cclan::NetGameEventValue | NetGameEventValue |
Cclan::NetworkConditionVariable | Condition variable that also awaken on network events |
►Cclan::NetworkEvent | Base class for all classes that generate network events |
Cclan::TCPConnection | TCP/IP socket connection |
Cclan::TCPListen | Listens for incoming TCP/IP socket connections |
Cclan::UDPSocket | UDP/IP socket class |
Cclan::OcclusionQuery | Graphics occlusion query class |
Cclan::OcclusionQueryProvider | Occlusion query provider |
Cclan::OpenFileDialog | Displays the system open file dialog |
Cclan::OpenGL | OpenGL utility class |
Cclan::OpenGLWindowDescription | OpenGL specific display window description |
Cclan::OrientedBoundingBox | |
Cclan::OutlineTriangulator | Polygon Tesselator |
Cclan::Path | |
Cclan::PathHelp | Path helper functions |
Cclan::Pen | |
Cclan::PerlinNoise | Perlin Noise Generator class |
►Cclan::PixelBuffer | Pixel data container |
Cclan::TransferTexture | Texture Transfer class |
Cclan::PixelBufferHelp | Pixel data helper class |
Cclan::PixelBufferLock< Type > | PixelBuffer locking helper |
Cclan::PixelBufferProvider | Element Array Buffer provider |
Cclan::PixelBufferSet | Set of images that combined form a complete texture |
Cclan::PixelConverter | Low level pixel format converter class |
Cclan::PNGOutputDescription | Set PNG output options. Used with PNGProvider::save() |
Cclan::PNGOutputDescriptionPalette | |
Cclan::PNGProvider | Surface provider that can load PNG (.png) files |
Cclan::PointSetMath | Math operations related to point sets |
Cclan::PrimitivesArray | Primitives array description |
Cclan::PrimitivesArrayProvider | Interface for implementing a PrimitivesArray target |
Cclan::ProgramObject | Program Object |
Cclan::ProgramObjectProvider | Program Object provider |
Cclan::Quadx< Type > | 2D quad structure |
►Cclan::Quadx< double > | |
Cclan::Quadd | 2D quad structure - Double |
►Cclan::Quadx< float > | |
Cclan::Quadf | 2D quad structure - Float |
►Cclan::Quadx< int > | |
Cclan::Quad | 2D quad structure - Integer |
Cclan::Quaternionx< Type > | Quaternion |
►Cclan::Quaternionx< double > | |
Cclan::Quaterniond | Quaternion - Double |
►Cclan::Quaternionx< float > | |
Cclan::Quaternionf | Quaternion - Float |
Cclan::Random | Random class |
Cclan::RasterizerState | Rasterizer state setup |
Cclan::RasterizerStateDescription | Rasterizer state description |
Cclan::RasterizerStateProvider | |
Cclan::RectPacker | Generic rect packer class. Implements an algorithm to pack rects into groups efficiently |
Cclan::Rectx< Type > | 2D (left,top,right,bottom) rectangle structure |
►Cclan::Rectx< double > | |
Cclan::Rectd | 2D (left,top,right,bottom) rectangle structure - Double |
►Cclan::Rectx< float > | |
Cclan::Rectf | 2D (left,top,right,bottom) rectangle structure - Float |
►Cclan::Rectx< int > | |
Cclan::Rect | 2D (left,top,right,bottom) rectangle structure - Integer |
Cclan::RegistryKey | Registry key class |
Cclan::RenderBatcher | Render batching abstraction |
Cclan::RenderBuffer | Render-buffer object class |
Cclan::RenderBufferProvider | Interface for implementing a RenderBuffer target |
Cclan::Resource< Type > | Resource proxy of a specific type |
►Cclan::Resource_BaseImpl | |
Cclan::Resource_Impl< Type > | |
Cclan::ResourceContainer | |
Cclan::ResourceContainer_Impl | |
Cclan::ResourceManager | Resource manager |
Cclan::ResourceObject | Resource proxy of any type |
Cclan::RSA | RSA class |
Cclan::RunLoop | Main thread message pump processing |
Cclan::SaveFileDialog | Displays the system save file dialog |
Cclan::ScreenInfo | Screen Information class |
Cclan::Secret | Key class |
Cclan::Service | Service/daemon class |
Cclan::SetupD3D | |
Cclan::SHA1 | SHA-1 hash function class |
Cclan::SHA224 | SHA-224 hash function class |
Cclan::SHA256 | SHA-256 hash function class |
Cclan::SHA384 | SHA-384 hash function class |
Cclan::SHA512 | SHA-512 hash function class |
Cclan::SHA512_224 | SHA-512_224 hash function class |
Cclan::SHA512_256 | SHA-512_256 hash function class |
Cclan::ShaderEffect | Shader Feffect |
Cclan::ShaderEffectDescription | Shader Effect Description |
Cclan::ShaderObject | Shader Object |
Cclan::ShaderObjectProvider | Shader Object provider |
Cclan::SharedGCData | Shared Graphic Context Data |
Cclan::Signal< FuncType > | |
Cclan::Signal< void()> | |
Cclan::Signal< void(const clan::Rectf &)> | |
Cclan::Signal< void(float, float)> | |
Cclan::SignalImpl< SlotImplType > | |
Cclan::SignalImpl< clan::SlotImplT > | |
Cclan::SignalImpl< clan::SlotImplT< FuncType > > | |
Cclan::SignalImpl< clan::SlotImplT< void() > > | |
Cclan::SignalImpl< clan::SlotImplT< void(const clan::Rectf &) > > | |
Cclan::SignalImpl< clan::SlotImplT< void(float, float) > > | |
Cclan::Sizex< Type > | 2D (width,height) size structure |
►Cclan::Sizex< double > | |
Cclan::Sized | 2D (width,height) size structure - Double |
►Cclan::Sizex< float > | |
Cclan::Sizef | 2D (width,height) size structure - Float |
►Cclan::Sizex< int > | |
Cclan::Size | 2D (width,height) size structure - Integer |
Cclan::Slot | |
Cclan::SlotContainer | |
►Cclan::SlotImpl | |
Cclan::SlotImplT< FuncType > | |
Cclan::SlotImplT< void() > | |
Cclan::SlotImplT< void(const clan::Rectf &) > | |
Cclan::SlotImplT< void(float, float) > | |
Cclan::SocketName | Socket name; container class for an IP address and port |
Cclan::Sound | Sound interface in ClanLib |
Cclan::SoundBuffer | Sample interface in ClanLib |
Cclan::SoundBuffer_Session | SoundBuffer_Session provides control over a playing soundeffect |
Cclan::SoundCache | |
►Cclan::SoundFilter | Sound Filter Class |
Cclan::EchoFilter | Echo Filter Class |
Cclan::FadeFilter | Fade Filter Class |
Cclan::InverseEchoFilter | Inverse Echo Filter Class |
Cclan::SoundFilterProvider | Sound Filter Interface |
Cclan::SoundOutput | SoundOutput interface in ClanLib |
Cclan::SoundOutput_Description | Sound output description class |
►Cclan::SoundProvider | Sound provider |
Cclan::SoundProvider_Raw | Sound provider in a raw PCM format (no header in file) |
Cclan::SoundProvider_Vorbis | Ogg Vorbis format sound provider |
Cclan::SoundProvider_Wave | Windows WAVE sample format (.wav) sound provider |
Cclan::SoundProvider_Session | Sound provider playback session |
Cclan::SoundProviderFactory | Sound Provider Factor class |
►Cclan::SoundProviderType | Sound provider type |
Cclan::SoundProviderType_Register< SoundProviderClass > | Class template to register a sound provider type |
Cclan::SoundSSE | Sound related functions implemented as SIMD using SSE |
Cclan::SpanLayout | Span layout class |
Cclan::Sprite | Sprite class |
►Cclan::StorageBuffer | Storage Buffer |
Cclan::StorageVector< Type > | Storage Buffer Vector |
Cclan::StorageBufferProvider | Storage Buffer provider |
Cclan::StringFormat | String formatting class |
Cclan::StringHelp | String helper functions |
Cclan::Style | Style property set |
Cclan::StyleCascade | Style value resolver |
Cclan::StyleGetValue | Style value returned by style classes |
Cclan::StyleGradient | Linear or radial gradient |
Cclan::StyleGradientStop | Gradient stop in a style gradient |
Cclan::StyleImage | Style image values |
Cclan::StyleParser | Parser interface used during property parsing |
Cclan::StyleProperty | Style property interface used to parse or query properties by name |
Cclan::StylePropertyDefault | Sets the default value for a property |
Cclan::StylePropertyParser | Style property parser |
Cclan::StylePropertySetter | Interface used by style parsers to store values in a style property set |
Cclan::StyleSetValue | Style value variable |
Cclan::StyleToken | Style token |
Cclan::StyleTokenizer | Tokenizer class that breaks text into tokens |
Cclan::Subtexture | Sub-texture description |
Cclan::System | General system helper functions |
Cclan::TargaProvider | Surface provider that can load targa (.tga) files |
►Cclan::Texture | Texture object class |
Cclan::Texture1D | 1D texture object class |
Cclan::Texture1DArray | 1D texture array object class |
Cclan::Texture2D | 2D texture object class |
Cclan::Texture2DArray | 2D texture array object class |
Cclan::Texture3D | 3D texture object class |
Cclan::TextureCube | 2D texture cube object class |
Cclan::TextureCubeArray | 2D texture cube array object class |
Cclan::TextureFormat_GL | |
Cclan::TextureGroup | Texture grouping class |
Cclan::TextureProvider | Interface for implementing a Texture target |
Cclan::ThreadLocalStorage | ThreadLocalStorage class |
Cclan::ThreadLocalStorageData | |
Cclan::Timer | Timer class that invokes a callback on a specified interval |
Cclan::TLSClient | Transport Layer Security (TLS) client class |
►Cclan::TransferBuffer | Transfer Buffer |
Cclan::TransferVector< Type > | Transfer Vector |
Cclan::TransferBufferProvider | Transfer Buffer provider |
Cclan::Trianglex< Type > | Triangles |
►Cclan::Trianglex< double > | |
Cclan::Triangled | Triangles - Double |
►Cclan::Trianglex< float > | |
Cclan::Trianglef | Triangles - Float |
►Cclan::Trianglex< int > | |
Cclan::Triangle | Triangles - Integer |
Cclan::UIThread | |
►Cclan::UniformBuffer | Uniform Buffer |
Cclan::UniformVector< Type > | Uniform Buffer Vector |
Cclan::UniformBufferProvider | Uniform Buffer provider |
►Cclan::UserDataBase | |
Cclan::UserData< T > | |
Cclan::UserDataOwner | Helper class to store any shared_ptr as user data on an object |
Cclan::UTF8_Reader | UTF8 reader helper functions |
►Cclan::Vec2< Type > | 2D vector |
Cclan::Pointx< Type > | 2D (x,y) point structure |
►Cclan::Vec2< double > | |
►Cclan::Pointx< double > | |
Cclan::Pointd | 2D (x,y) point structure - Double |
►Cclan::Vec2< float > | |
►Cclan::Pointx< float > | |
Cclan::Pointf | 2D (x,y) point structure - Float |
►Cclan::Vec2< int > | |
►Cclan::Pointx< int > | |
Cclan::Point | 2D (x,y) point structure - Integer |
Cclan::Vec2hf | 2D half-float vector |
Cclan::Vec3< Type > | 3D vector |
Cclan::Vec3< double > | |
Cclan::Vec3< float > | |
Cclan::Vec3< int > | |
Cclan::Vec3hf | 3D half-float vector |
►Cclan::Vec4< Type > | 4D vector |
Cclan::Color | Color description class |
Cclan::Colorf | Floating point color description class (for float) |
Cclan::Vec4< float > | |
Cclan::Vec4hf | 4D half-float vector |
►Cclan::VertexArrayBuffer | Vertex Array Buffer |
Cclan::VertexArrayVector< Type > | Vertex Array Vector |
Cclan::VertexArrayBufferProvider | Vertex Array Buffer provider |
Cclan::PrimitivesArrayProvider::VertexData | |
Cclan::ViewGeometry | |
Cclan::WorkItem | Interface for executing work on a worker thread |
Cclan::WorkQueue | Thread pool for worker threads |
Cclan::XMLResourceDocument | XML Resource Document |
Cclan::XMLResourceManager | Resource manager loading from XMLResourceDocument |
Cclan::XMLResourceNode | Resource node for a XMLResourceDocument |
Cclan::XMLToken | XML token in a XML file |
Cclan::XMLTokenizer | The XML Tokenizer breaks a XML file into XML tokens |
Cclan::XMLWriter | The XML Writer writes a XML file based on XML tokens |
Cclan::XPathEvaluator | XPath evaluator |
Cclan::XPathObject | XPath result object |
Cclan::ZipArchive | Zip archive |
Cclan::ZipFileEntry | File entry in zip file |
Cclan::ZipReader | Zip file reader |
Cclan::ZipWriter | Zip file writer |
Cclan::ZLibCompression | Deflate compressor |