Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
CAABBox | |
Cjau::math::geom::AABBox2f | Axis Aligned Bounding Box |
Cgamp::graph::AABBox3f | Axis Aligned Bounding Box |
Cjau::math::geom::AABBox3f | Axis Aligned Bounding Box |
CAddr48Bit | |
Cgamp::graph::AffineTransform | Represents a affine 2x3 transformation matrix in column major order (memory layout) |
Cjau::math::geom::plane::AffineTransform | Represents a affine 2x3 transformation matrix in column major order (memory layout) |
►Cstd::allocator< T > | STL class |
►Cjau::codec::base::alphabet | Base Alphabet Specification providing the alphabet for encode() and decode() |
►Cjau::lang::alphabet | Base Alphabet Specification providing the alphabet for token_fsm |
Cjau::io::AsyncStreamResponse | Asynchronous stream response |
►Cstd::atomic< T > | STL class |
Cgamp::Attachable | An attachable object |
Cjau::mp::BigInt | Arbitrary precision integer type |
Cjau::bitfield< BitSize > | Simple bitfield template for efficient bit storage access in O(1) |
Cjau::call_on_release< UnaryFunction > | Call on release allows the user to pass a function to be called at destruction of this instance |
►Cjau::callocator< T > | A simple allocator using POSIX C functions: ::malloc() , ::free() and ::realloc() |
►Cjau::callocator< U > | |
Cjau::callocator_sec< T, > | A simple secure allocator for integral types using POSIX C functions: ::malloc() and ::free() |
►Cgamp::wt::Capabilities | Specifies a set of capabilities that a window's rendering context must support, such as color depth per channel |
Cgamp::graph::tess::CDTriangulator2D | Constrained Delaunay Triangulation implementation of a list of Outlines that define a set of Closed Regions with optional n holes |
Cgamp::graph::ui::Container | Container interface of UI Shape s |
►CT::container_memmove_compliant | |
Ccopy_context_t | |
Cjau::cow_darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | Implementation of a Copy-On-Write (CoW) using jau::darray as the underlying storage, exposing lock-free read operations using SC-DRF atomic synchronization |
Cjau::cow_ro_iterator< Storage_type, Storage_ref_type, CoW_container > | Implementation of a Copy-On-Write (CoW) read-onlu iterator over immutable value_type storage |
Cjau::cow_rw_iterator< Storage_type, Storage_ref_type, CoW_container > | Implementation of a Copy-On-Write (CoW) read-write iterator over mutable value_type storage |
Cjau::cow_vector< Value_type, Alloc_type > | Implementation of a Copy-On-Write (CoW) using std::vector as the underlying storage, exposing lock-free read operations using SC-DRF atomic synchronization |
Cjau::cpu::CpuInfo | Singleton CpuInfo caching all jau::cpu information |
►Cjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | Implementation of a dynamic linear array storage, aka vector, including relative positional access |
CDataType01 | |
CDataType02_Memmove_Secmem | |
Cjau::fs::dir_item | Representing a directory item split into dirname() and basename() |
►Cjau::os::DynamicLinker | Low level secure dynamic linker access |
►Cjau::os::DynamicLookup | Interface callers may use ProcAddressHelper's reset helper method to install function pointers into a ProcAddressTable |
►Cstd::enable_shared_from_this | |
►CT::enforce_secmem | |
Cjau::enums::enum_info< EnumType, Vargs > | Enumeration info template class including iterator (enum_iterator) |
Cjau::enums::enum_iterator< EnumType, Vargs > | Enumeration iterator, see enum_info |
Cjau::EUI48 | A packed 48 bit EUI-48 identifier, formerly known as MAC-48 or simply network device MAC address (Media Access Control address) |
Cjau::EUI48Sub | A 48 bit EUI-48 sub-identifier, see EUI48 |
►Cstd::exception | STL class |
►Cjau::ExceptionBase | |
►Cstd::false_type | |
Cgamp::render::gl::FBObject | Core utility class simplifying usage of framebuffer objects (FBO) with all GLProfile s |
Cjau::fs::file_stats | Platform agnostic representation of POSIX ::lstat() and ::stat() for a given pathname |
Cjau::final_opt< R, A > | Class template jau::function is a general-purpose static-polymorphic function wrapper |
Cjau::func::final_opt< R, A > | Delegated target function object, providing a fast path target function invocation |
Cjau::func::final_opt< R, A >::final_opt | C++ conform Pointer to Member Function (PMF) |
Cjau::float_bytes< bytesize > | |
Cjau::float_bytes< sizeof(double)> | |
Cjau::float_bytes< sizeof(float)> | |
Cjau::float_bytes< sizeof(long double)> | |
Cjau::float_ctti | |
Cjau::math::geom::Frustum::FovDesc | Frustum description by fovhv and zNear , zFar |
Cjau::math::FovHVHalves | Horizontal and vertical field of view (FOV) halves, allowing a non-centered projection |
Cjau::fraction< Int_type, > | Fraction template type using integral values, evaluated at runtime |
Cjau::fraction_timespec | Timespec structure using int64_t for its components in analogy to struct timespec_t on 64-bit platforms |
Cjau::math::geom::Frustum | Providing frustum planes derived by different inputs (P*MV , ..) used to classify objects |
Cjau::os::FuncAddrResolver | |
Cjau::function< Signature > | Class template jau::function is a general-purpose static-polymorphic function wrapper |
CGattCharacteristicPropertySpec | |
CGattCharacteristicSpec | |
CGattClientCharacteristicConfigSpec | |
CGattServiceCharacteristic | |
CGearsObjectES2 | GearsObjectES2 |
►Cjau::math::geom::Geom2f | Geometric object |
►Cgamp::render::gl::data::impl::GLArrayHandler< Value_type > | Handles consistency of buffer data and array state |
Cgamp::render::gl::data::GLBuffers | OpenGL buffer related routines |
CGLLaunchProps | |
Cgamp::render::gl::data::GLMappedBuffer | OpenGL mapped buffer storage object reflecting it's |
Cgamp::render::gl::glsl::GLSLTextureRaster | |
►Cgamp::render::gl::data::impl::GLSubArrayHandler | Handles consistency of interleaved array state |
►Cgamp::render::gl::data::GLUniformData | GLSL uniform data wrapper encapsulating data to be uploaded to the GPU as a uniform |
Cgamp::graph::tess::GLUtilTesselator | GLUtilTesselator transform OutlineShapes to triangles using glutess2 |
CGlyph02UbuntuLight_ae | GPU based resolution independent test object |
CGlyph03FreeMonoRegular_M | GPU based resolution independent test object |
CGlyph05FreeSerifBoldItalic_ae | GPU based resolution independent test object |
Cgamp::graph::Graph | |
Cgamp::graph::tess::impl::GraphOutline | |
CGraphRegion | |
CGraphRenderer | |
CGraphRenderer::GraphRendererProps | |
Cstd::hash< Addr48Bit > | |
Cstd::hash< DataType01 > | |
Cstd::hash< gamp::render::gl::glsl::ShaderCode > | |
Cstd::hash< gamp::render::gl::glsl::ShaderCodeRef > | |
Cstd::hash< gamp::render::gl::glsl::ShaderProgram > | |
Cstd::hash< gamp::render::gl::glsl::ShaderProgramRef > | |
Cstd::hash< gamp::wt::Capabilities > | |
Cstd::hash< jau::EUI48 > | |
Cstd::hash< jau::EUI48Sub > | |
Cstd::hash< jau::util::VersionNumber > | |
Cgamp::graph::tess::impl::HEdge | |
Cjau::int_ctti | |
CInteger | |
►Cstd::integral_constant | |
►Cjau::io::iostate_func | Supporting std::basic_ios's iostate functionality for all ByteInStream implementations |
►Cjau::jni::JavaAnon | Pure virtual JavaAnon, hiding Java JNI details from API, to be implemented by JNI module |
Cjau::jni::JavaUplink | Sharing the anonymous Java object (JavaAnon), i.e |
Cjau::jni::JNICriticalArray< T, U > | |
Cjau::jni::JNIEnvContainer | |
Cjau::jni::JNIGlobalRef | |
►Cgamp::wt::event::KeyboardTracker | |
►Cgamp::wt::event::KeyListener | Listener for multiple KeyEvent |
Cjau::latch | Inspired by std::latch of C++20 |
Cjau::math::geom::LineSeg3f | |
Cgamp::graph::tess::impl::Loop | |
Cjau::CT::Mask< T, > | A Mask type used for constant-time operations |
Cjau::math::Matrix4< Value_type, > | Basic 4x4 value_type matrix implementation using fields for intensive use-cases (host operations) |
Cjau::math::util::MatrixStack< Value_type, > | A Matrix stack of compounds, each consisting of 16 * T |
Cjau::fs::mount_ctx | |
CNamedPayloadListDefault< Payload > | |
CNamedPayloadListMemMove< Payload > | |
CNamedSharedPayloadListDefault< Payload > | |
CNamedSharedPayloadListMemMove< Payload > | |
Cjau::enums::NameTable< Vargs > | |
CNonPrintableRange | |
CNot | |
►COne | |
Cjau::OptDeleter< T > | |
Cgamp::graph::Outline | Define a single continuous stroke by control vertices |
Cgamp::graph::OutlineShape | A Generic shape objects which is defined by a list of Outlines |
Cjau::packed_t< T > | Support aligned memory transfer from and to potentially unaligned memory |
Cjau::cfmt2::impl::Parser< T > | |
Cjau::cfmt::impl::Parser | |
Cjau::math::geom::Frustum::Plane | Plane equation := dot(n, x - p) = 0 -> Ax + By + Cz + d == 0 |
CPMVMat4fUniform | |
Cjau::math::util::PMVMatrix4< Value_type, > | PMVMatrix4 implements the basic computer graphics Matrix4 pack using projection (P), modelview (Mv) and texture (T) Matrix4 operations |
Cgamp::wt::event::PointerEventManager | |
►Cgamp::wt::event::PointerListener | Listener for PointerEvent |
Cjau::io::http::PostRequest | |
Cjau::cfmt2::PResult | |
Cjau::cfmt::PResult | |
CPrimitiveContext | |
Cgamp::render::gl::data::GLArrayData::Private | |
Cgamp::render::gl::data::GLArrayDataClient< Value_type >::Private | |
Cgamp::render::gl::data::GLArrayDataProxy< Value_type >::Private | |
Cgamp::render::gl::data::GLArrayDataServer< Value_type >::Private | |
Cgamp::render::gl::GLContext::Private | |
Cgamp::render::RenderContext::Private | |
Cgamp::wt::RenderListener::Private | |
Cgamp::wt::Surface::Private | |
Cgamp::wt::Window::Private | |
Cjau::math::Quaternion< Value_type, > | Quaternion implementation supporting Gimbal-Lock free rotations |
Cjau::math::Ray2F< Value_type, > | Simple compound denoting a ray |
Cjau::math::Ray3F< Value_type, > | Simple compound denoting a ray |
Cjau::callocator< T >::rebind< U > | |
Cjau::callocator_sec< T, >::rebind< U > | |
Cjau::counting_allocator< T >::rebind< U > | |
Cjau::counting_callocator< T >::rebind< U > | |
Cjau::math::RectI< Value_type, > | Rectangle with x, y, width and height value_type components |
Cjau::RecursiveLock | |
Cgamp::graph::gl::RegionRenderer | OpenGL Region renderer |
►Cgamp::render::RenderContext | Rendering Context |
►Cgamp::render::RenderProfile | Specifies the render profile |
Cjau::lang::token_fsm< State_type >::result_t | Result type for token_fsm::find() |
Cjau::ringbuffer< Value_type, Size_type, use_memmove, use_memcpy, use_secmem > | Ring buffer implementation, a.k.a circular buffer, exposing lock-free get*(..) and put*(..) methods |
►Cjau::root_environment | Base jau environment class, merely to tag all environment settings by inheritance and hence documentation |
Cjau::os::RuntimeOSInfo | |
Cjau::sc_atomic_critical | This class provides a RAII-style Sequentially Consistent (SC) data race free (DRF) critical block |
Cgamp::graph::ui::Scene | |
Cgamp::graph::tess::GLUtilTesselator::Segment | |
Cjau::service_runner | Service runner, a reusable dedicated thread performing custom user services |
Cgamp::render::gl::glsl::ShaderCode | Convenient shader code class to use and instantiate vertex or fragment programs |
Cgamp::render::gl::glsl::ShaderProgram | |
Cgamp::render::gl::glsl::ShaderState | ShaderState allows to sharing data between shader programs, while updating the attribute and uniform locations when switching |
Cgamp::render::gl::glsl::ShaderUtil | |
Cgamp::graph::ui::Shape | |
CShape | |
Cjau::jni::shared_ptr_ref< T > | A std::shared_ptr<T> storage instance to be copied from and released into a java object's long nativeInstance field |
Cjau::simple_timer | A simple timer for timeout and interval applications, using one dedicated service_runner thread per instance |
Cjau::math::util::SimpleStack< Value_type, Element_size, > | A simple stack of compounds, each consisting of element_size * T |
Cjau::sint_bytes< bytesize > | |
Cjau::sint_bytes< 4 > | |
Cjau::sint_bytes< 8 > | |
Cgamp::render::gl::FBObject::Attachment::StorageDefinition | Interface abstraction to allow custom definitions of Attachment 's storage |
Cjau::string_ctti | |
Cjau::string_hash | C++20: Heterogeneous Lookup in (Un)ordered Containers |
Cgamp::StringHashMapWrap< Value_type, Novalue_type, no_value > | |
►Cjau::math::util::SyncBuffer | Convenient tuple of a sync_action_t and data buffer |
Cjau::io::SyncStreamResponse | Synchronous stream response |
►Cstd::system_error | STL class |
CTestByteStream01 | |
►CTestFileUtilBase | |
CTestFunction01 | |
CTestHttpStream01 | |
CTestIOStream01 | |
CTestLatch01 | |
CTestMemModelSCDRF00 | Test_mm_sc_drf_00: Testing SC-DRF non-atomic global read and write within an atomic acquire/release critical block |
CTestMemModelSCDRF01 | Test_mm_sc_drf_01: Testing SC-DRF non-atomic global read and write within a locked mutex critical block |
CTestRingbuffer11 | |
CTestRingbuffer12 | |
CTestRingbuffer13 | |
CTestRingbuffer_A< Integral_type, Value_type, Size_type, exp_memmove, exp_memcpy, exp_secmem, use_memmove, use_memcpy, use_secmem > | |
CTestServiceRunner01 | |
CTestSimpleTimer01 | |
Cjau::TOctetSlice | Transient endian aware octet data slice, i.e |
Cjau::lang::token_fsm< State_type > | A lexical analyzer (tokenizer) using a tabular finite-state-machine (FSM), aka endlicher automat (EA) |
Cjau::lang::token_fsm< State_type >::token_value_t | Terminal token name and ASCII string value pair, provided by user |
Cgamp::graph::Triangle | |
►Cjau::TROOctets | Transient read only and endian aware octet data, i.e |
►Cstd::true_type | |
Cjau::type_info | Generic type information using either Runtime type information (RTTI) or Compile time type information (CTTI) |
►Cjau::type_name_cue< T > | Helper, allowing simple access and provision of a typename string representation at compile time, see jau::type_cue for usage |
Cjau::uint128dp_t | A 128-bit packed uint8_t data array |
Cjau::uint192dp_t | A 196-bit packed uint8_t data array |
Cjau::uint256dp_t | A 256-bit packed uint8_t data array |
Cjau::uint_bytes< bytesize > | |
Cjau::uint_bytes< 4 > | |
Cjau::uint_bytes< 8 > | |
Cjau::io::url_header_resp | Synchronized URL header response completion as used by asynchronous read_url_stream() |
Cjau::os::UserInfo | User account information of the underlying OS |
►Cjau::uuid_t | |
Cjau::enums::ValueTable< E, N > | |
Cjau::math::Vector2F< Value_type, > | 2D vector using two value_type components |
Cjau::math::Vector2I< Value_type, > | 2D vector using two value_type components |
Cjau::math::Vector3F< Value_type, > | 3D vector using three value_type components |
Cjau::math::Vector4F< Value_type, > | 4D vector using four value_type components |
►Cjau::util::VersionNumber | Simple version number class containing a version number either being defined explicit or derived from a string |
Cgamp::graph::Vertex | |
Cvisitor_stats | |
Cgamp::wt::event::WindowEventManager | |
Cgamp::wt::event::WindowListener | Listener for multiple WindowEvent |
►Cgamp::wt::event::WTEvent | |
CTestFunction01::y_combinator_lambda< R, L, A > |