- kataglyphis::config::AndroidConfig (C++ struct)
- kataglyphis::config::AndroidConfig::fps (C++ member)
- kataglyphis::config::AndroidConfig::height (C++ member)
- kataglyphis::config::AndroidConfig::width (C++ member)
- kataglyphis::config::ConfigError (C++ enum)
- kataglyphis::config::ConfigError::FileNotFound (C++ enumerator)
- kataglyphis::config::ConfigError::InvalidValue (C++ enumerator)
- kataglyphis::config::ConfigError::MissingField (C++ enumerator)
- kataglyphis::config::ConfigError::ParseError (C++ enumerator)
- kataglyphis::config::get_default_webrtc_config (C++ function)
- kataglyphis::config::json (C++ type)
- kataglyphis::config::load_webrtc_config (C++ function)
- kataglyphis::config::parse_webrtc_config (C++ function)
- kataglyphis::config::TextureConfig (C++ struct)
- kataglyphis::config::TextureConfig::height (C++ member)
- kataglyphis::config::TextureConfig::width (C++ member)
- kataglyphis::config::VideoConfig (C++ struct)
- kataglyphis::config::VideoConfig::default_bitrate_kbps (C++ member)
- kataglyphis::config::VideoConfig::default_framerate (C++ member)
- kataglyphis::config::VideoConfig::default_height (C++ member)
- kataglyphis::config::VideoConfig::default_width (C++ member)
- kataglyphis::config::WebRTCConfig (C++ struct)
- kataglyphis::config::WebRTCConfig::android (C++ member)
- kataglyphis::config::WebRTCConfig::reconnection_timeout_ms (C++ member)
- kataglyphis::config::WebRTCConfig::signaling_server_url (C++ member)
- kataglyphis::config::WebRTCConfig::stun_servers (C++ member)
- kataglyphis::config::WebRTCConfig::texture (C++ member)
- kataglyphis::config::WebRTCConfig::turn_servers (C++ member)
- kataglyphis::config::WebRTCConfig::video (C++ member)
- kataglyphis::detection::BoundingBox (C++ struct)
- kataglyphis::detection::BoundingBox::class_id (C++ member)
- kataglyphis::detection::BoundingBox::class_name (C++ member)
- kataglyphis::detection::BoundingBox::confidence (C++ member)
- kataglyphis::detection::BoundingBox::height (C++ member)
- kataglyphis::detection::BoundingBox::width (C++ member)
- kataglyphis::detection::BoundingBox::x (C++ member)
- kataglyphis::detection::BoundingBox::y (C++ member)
- kataglyphis::detection::create_camera_detection_pipeline (C++ function)
- kataglyphis::detection::create_video_detection_pipeline (C++ function)
- kataglyphis::detection::DetectionResult (C++ struct)
- kataglyphis::detection::DetectionResult::boxes (C++ member)
- kataglyphis::detection::DetectionResult::class_confidences (C++ member)
- kataglyphis::detection::DetectionResult::inference_time_ms (C++ member)
- kataglyphis::detection::DetectionResult::original_height (C++ member)
- kataglyphis::detection::DetectionResult::original_width (C++ member)
- kataglyphis::detection::OnnxError (C++ type)
- kataglyphis::detection::VideoDetectionConfig (C++ struct)
- kataglyphis::detection::VideoDetectionConfig::display_results (C++ member)
- kataglyphis::detection::VideoDetectionConfig::gstreamer_config (C++ member)
- kataglyphis::detection::VideoDetectionConfig::output_path (C++ member)
- kataglyphis::detection::VideoDetectionConfig::save_to_file (C++ member)
- kataglyphis::detection::VideoDetectionConfig::yolo_config (C++ member)
- kataglyphis::detection::VideoDetectorPipeline (C++ class)
- kataglyphis::detection::VideoDetectorPipeline::Impl (C++ struct), [1]
- kataglyphis::detection::VideoDetectorPipeline::Impl::config (C++ member), [1]
- kataglyphis::detection::VideoDetectorPipeline::Impl::detection_callback (C++ member), [1]
- kataglyphis::detection::VideoDetectorPipeline::Impl::detector (C++ member), [1]
- kataglyphis::detection::VideoDetectorPipeline::Impl::frame_callback (C++ member), [1]
- kataglyphis::detection::VideoDetectorPipeline::Impl::on_frame_received (C++ function), [1]
- kataglyphis::detection::VideoDetectorPipeline::Impl::pipeline (C++ member), [1]
- kataglyphis::detection::VideoDetectorPipeline::Impl::running (C++ member), [1]
- kataglyphis::detection::VideoDetectorPipeline::initialize (C++ function)
- kataglyphis::detection::VideoDetectorPipeline::is_running (C++ function)
- kataglyphis::detection::VideoDetectorPipeline::operator= (C++ function), [1]
- kataglyphis::detection::VideoDetectorPipeline::pause (C++ function)
- kataglyphis::detection::VideoDetectorPipeline::set_detection_callback (C++ function)
- kataglyphis::detection::VideoDetectorPipeline::set_frame_callback (C++ function)
- kataglyphis::detection::VideoDetectorPipeline::start (C++ function)
- kataglyphis::detection::VideoDetectorPipeline::stop (C++ function)
- kataglyphis::detection::VideoDetectorPipeline::VideoDetectorPipeline (C++ function), [1], [2]
- kataglyphis::detection::VideoDetectorPipeline::~VideoDetectorPipeline (C++ function)
- kataglyphis::detection::YoloConfig (C++ struct)
- kataglyphis::detection::YoloConfig::confidence_threshold (C++ member)
- kataglyphis::detection::YoloConfig::input_height (C++ member)
- kataglyphis::detection::YoloConfig::input_width (C++ member)
- kataglyphis::detection::YoloConfig::model_path (C++ member)
- kataglyphis::detection::YoloConfig::nms_threshold (C++ member)
- kataglyphis::detection::YoloConfig::num_classes (C++ member)
- kataglyphis::detection::YoloDetector (C++ class)
- kataglyphis::detection::YoloDetector::detect (C++ function)
- kataglyphis::detection::YoloDetector::detect_from_gstreamer (C++ function)
- kataglyphis::detection::YoloDetector::get_coco_class_name (C++ function)
- kataglyphis::detection::YoloDetector::Impl (C++ struct), [1]
- kataglyphis::detection::YoloDetector::Impl::config (C++ member), [1]
- kataglyphis::detection::YoloDetector::Impl::engine (C++ member), [1]
- kataglyphis::detection::YoloDetector::Impl::initialized (C++ member), [1]
- kataglyphis::detection::YoloDetector::initialize (C++ function)
- kataglyphis::detection::YoloDetector::is_initialized (C++ function)
- kataglyphis::detection::YoloDetector::operator= (C++ function), [1]
- kataglyphis::detection::YoloDetector::YoloDetector (C++ function), [1], [2]
- kataglyphis::detection::YoloDetector::~YoloDetector (C++ function)
- kataglyphis::gstreamer::BufferCallback (C++ type)
- kataglyphis::gstreamer::BufferInfo (C++ struct)
- kataglyphis::gstreamer::BufferInfo::data (C++ member)
- kataglyphis::gstreamer::BufferInfo::metadata (C++ member)
- kataglyphis::gstreamer::BufferInfo::size (C++ member)
- kataglyphis::gstreamer::BufferInfo::tensors (C++ member)
- kataglyphis::gstreamer::create_camera_inference_pipeline (C++ function)
- kataglyphis::gstreamer::create_video_inference_pipeline (C++ function)
- kataglyphis::gstreamer::FrameMetadata (C++ struct)
- kataglyphis::gstreamer::FrameMetadata::duration_ns (C++ member)
- kataglyphis::gstreamer::FrameMetadata::format (C++ member)
- kataglyphis::gstreamer::FrameMetadata::fps_d (C++ member)
- kataglyphis::gstreamer::FrameMetadata::fps_n (C++ member)
- kataglyphis::gstreamer::FrameMetadata::height (C++ member)
- kataglyphis::gstreamer::FrameMetadata::timestamp_ns (C++ member)
- kataglyphis::gstreamer::FrameMetadata::width (C++ member)
- kataglyphis::gstreamer::GStreamerError (C++ enum)
- kataglyphis::gstreamer::GStreamerError::BufferAllocationFailed (C++ enumerator)
- kataglyphis::gstreamer::GStreamerError::CapsNegotiationFailed (C++ enumerator)
- kataglyphis::gstreamer::GStreamerError::ElementCreationFailed (C++ enumerator)
- kataglyphis::gstreamer::GStreamerError::InitializationFailed (C++ enumerator)
- kataglyphis::gstreamer::GStreamerError::InvalidParameter (C++ enumerator)
- kataglyphis::gstreamer::GStreamerError::LinkFailed (C++ enumerator)
- kataglyphis::gstreamer::GStreamerError::PipelineCreationFailed (C++ enumerator)
- kataglyphis::gstreamer::GStreamerError::ResourceNotFound (C++ enumerator)
- kataglyphis::gstreamer::GStreamerError::StateChangeFailed (C++ enumerator)
- kataglyphis::gstreamer::GStreamerError::StreamError (C++ enumerator)
- kataglyphis::gstreamer::GStreamerPipeline (C++ class)
- kataglyphis::gstreamer::GStreamerPipeline::create_inference_pipeline (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::create_pipeline (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::create_pipeline_from_string (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::deinitialize_gstreamer (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::get_caps_string (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::get_current_state (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::get_duration_ns (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::get_position_ns (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::GStreamerPipeline (C++ function), [1], [2]
- kataglyphis::gstreamer::GStreamerPipeline::Impl (C++ struct), [1]
- kataglyphis::gstreamer::GStreamerPipeline::Impl::appsink (C++ member), [1]
- kataglyphis::gstreamer::GStreamerPipeline::Impl::appsrc (C++ member), [1]
- kataglyphis::gstreamer::GStreamerPipeline::Impl::buffer_callback (C++ member), [1]
- kataglyphis::gstreamer::GStreamerPipeline::Impl::caps_string (C++ member), [1]
- kataglyphis::gstreamer::GStreamerPipeline::Impl::cleanup (C++ function), [1]
- kataglyphis::gstreamer::GStreamerPipeline::Impl::is_paused (C++ member), [1]
- kataglyphis::gstreamer::GStreamerPipeline::Impl::is_playing (C++ member), [1]
- kataglyphis::gstreamer::GStreamerPipeline::Impl::main_loop (C++ member), [1]
- kataglyphis::gstreamer::GStreamerPipeline::Impl::main_loop_thread (C++ member), [1]
- kataglyphis::gstreamer::GStreamerPipeline::Impl::on_new_sample (C++ function), [1]
- kataglyphis::gstreamer::GStreamerPipeline::Impl::on_pad_probe (C++ function), [1]
- kataglyphis::gstreamer::GStreamerPipeline::Impl::pipeline (C++ member), [1]
- kataglyphis::gstreamer::GStreamerPipeline::Impl::~Impl (C++ function), [1]
- kataglyphis::gstreamer::GStreamerPipeline::initialize_gstreamer (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::is_paused (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::is_playing (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::operator= (C++ function), [1]
- kataglyphis::gstreamer::GStreamerPipeline::pause (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::pull_sample (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::push_buffer (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::resume (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::seek (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::set_buffer_callback (C++ function)
|
- kataglyphis::gstreamer::GStreamerPipeline::start (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::stop (C++ function)
- kataglyphis::gstreamer::GStreamerPipeline::~GStreamerPipeline (C++ function)
- kataglyphis::gstreamer::PipelineConfig (C++ struct)
- kataglyphis::gstreamer::PipelineConfig::enable_tensor_meta (C++ member)
- kataglyphis::gstreamer::PipelineConfig::pipeline_description (C++ member)
- kataglyphis::gstreamer::PipelineConfig::synchronous_mode (C++ member)
- kataglyphis::gstreamer::PipelineConfig::timeout_ms (C++ member)
- kataglyphis::gstreamer::TensorMeta (C++ struct)
- kataglyphis::gstreamer::TensorMeta::data_type (C++ member)
- kataglyphis::gstreamer::TensorMeta::dimensions (C++ member)
- kataglyphis::gstreamer::TensorMeta::num_tensors (C++ member)
- kataglyphis::gstreamer::TensorMeta::tensor_index (C++ member)
- kataglyphis::inference::create_default_session_config (C++ function)
- kataglyphis::inference::InferenceResult (C++ struct)
- kataglyphis::inference::InferenceResult::inference_time_ms (C++ member)
- kataglyphis::inference::InferenceResult::outputs (C++ member)
- kataglyphis::inference::OnnxError (C++ enum)
- kataglyphis::inference::OnnxError::InferenceFailed (C++ enumerator)
- kataglyphis::inference::OnnxError::InputAllocationFailed (C++ enumerator)
- kataglyphis::inference::OnnxError::InvalidInputShape (C++ enumerator)
- kataglyphis::inference::OnnxError::InvalidInputType (C++ enumerator)
- kataglyphis::inference::OnnxError::MemoryAllocationError (C++ enumerator)
- kataglyphis::inference::OnnxError::ModelLoadFailed (C++ enumerator)
- kataglyphis::inference::OnnxError::OutputAllocationFailed (C++ enumerator)
- kataglyphis::inference::OnnxError::SessionCreationFailed (C++ enumerator)
- kataglyphis::inference::OnnxError::SessionNotInitialized (C++ enumerator)
- kataglyphis::inference::OnnxInferenceEngine (C++ class)
- kataglyphis::inference::OnnxInferenceEngine::get_input_names (C++ function)
- kataglyphis::inference::OnnxInferenceEngine::get_input_shape (C++ function)
- kataglyphis::inference::OnnxInferenceEngine::get_output_names (C++ function)
- kataglyphis::inference::OnnxInferenceEngine::get_output_shape (C++ function)
- kataglyphis::inference::OnnxInferenceEngine::Impl (C++ struct), [1]
- kataglyphis::inference::OnnxInferenceEngine::Impl::allocator (C++ member), [1]
- kataglyphis::inference::OnnxInferenceEngine::Impl::config (C++ member), [1]
- kataglyphis::inference::OnnxInferenceEngine::Impl::env (C++ member), [1]
- kataglyphis::inference::OnnxInferenceEngine::Impl::initialized (C++ member), [1]
- kataglyphis::inference::OnnxInferenceEngine::Impl::input_name_ptrs (C++ member), [1]
- kataglyphis::inference::OnnxInferenceEngine::Impl::input_names_cache (C++ member), [1]
- kataglyphis::inference::OnnxInferenceEngine::Impl::output_name_ptrs (C++ member), [1]
- kataglyphis::inference::OnnxInferenceEngine::Impl::output_names_cache (C++ member), [1]
- kataglyphis::inference::OnnxInferenceEngine::Impl::session (C++ member), [1]
- kataglyphis::inference::OnnxInferenceEngine::Impl::session_options (C++ member), [1]
- kataglyphis::inference::OnnxInferenceEngine::initialize (C++ function)
- kataglyphis::inference::OnnxInferenceEngine::is_initialized (C++ function)
- kataglyphis::inference::OnnxInferenceEngine::OnnxInferenceEngine (C++ function), [1], [2]
- kataglyphis::inference::OnnxInferenceEngine::operator= (C++ function), [1]
- kataglyphis::inference::OnnxInferenceEngine::run_inference (C++ function)
- kataglyphis::inference::OnnxInferenceEngine::run_inference_multi_input (C++ function)
- kataglyphis::inference::OnnxInferenceEngine::~OnnxInferenceEngine (C++ function)
- kataglyphis::inference::SessionConfig (C++ struct)
- kataglyphis::inference::SessionConfig::enable_cuda (C++ member)
- kataglyphis::inference::SessionConfig::enable_memory_pattern (C++ member)
- kataglyphis::inference::SessionConfig::execution_mode (C++ member)
- kataglyphis::inference::SessionConfig::inter_op_num_threads (C++ member)
- kataglyphis::inference::SessionConfig::intra_op_num_threads (C++ member)
- kataglyphis::inference::SessionConfig::model_path (C++ member)
- kataglyphis::inference::TensorData (C++ struct)
- kataglyphis::inference::TensorData::data (C++ member)
- kataglyphis::inference::TensorData::shape (C++ member)
- kataglyphis::inference::TensorShape (C++ struct)
- kataglyphis::inference::TensorShape::dimensions (C++ member)
- kataglyphis::inference::TensorShape::total_elements (C++ function)
- kataglyphis::webrtc::create_libcamera_webrtc_stream (C++ function)
- kataglyphis::webrtc::create_stream_config_from_webrtc_config (C++ function)
- kataglyphis::webrtc::create_test_webrtc_stream (C++ function)
- kataglyphis::webrtc::create_v4l2_webrtc_stream (C++ function)
- kataglyphis::webrtc::create_webrtc_stream_from_config (C++ function)
- kataglyphis::webrtc::ErrorCallback (C++ type)
- kataglyphis::webrtc::StateCallback (C++ type)
- kataglyphis::webrtc::StreamConfig (C++ struct)
- kataglyphis::webrtc::StreamConfig::bitrate_kbps (C++ member)
- kataglyphis::webrtc::StreamConfig::camera_id (C++ member)
- kataglyphis::webrtc::StreamConfig::encoder (C++ member)
- kataglyphis::webrtc::StreamConfig::framerate (C++ member)
- kataglyphis::webrtc::StreamConfig::height (C++ member)
- kataglyphis::webrtc::StreamConfig::peer_id (C++ member)
- kataglyphis::webrtc::StreamConfig::producer_id (C++ member)
- kataglyphis::webrtc::StreamConfig::signalling_server_uri (C++ member)
- kataglyphis::webrtc::StreamConfig::source (C++ member)
- kataglyphis::webrtc::StreamConfig::stun_servers (C++ member)
- kataglyphis::webrtc::StreamConfig::turn_servers (C++ member)
- kataglyphis::webrtc::StreamConfig::v4l2_device (C++ member)
- kataglyphis::webrtc::StreamConfig::width (C++ member)
- kataglyphis::webrtc::StreamState (C++ enum)
- kataglyphis::webrtc::StreamState::Connecting (C++ enumerator)
- kataglyphis::webrtc::StreamState::Disconnected (C++ enumerator)
- kataglyphis::webrtc::StreamState::Error (C++ enumerator)
- kataglyphis::webrtc::StreamState::Idle (C++ enumerator)
- kataglyphis::webrtc::StreamState::Negotiating (C++ enumerator)
- kataglyphis::webrtc::StreamState::Paused (C++ enumerator)
- kataglyphis::webrtc::StreamState::Streaming (C++ enumerator)
- kataglyphis::webrtc::VideoEncoder (C++ enum)
- kataglyphis::webrtc::VideoEncoder::H264_Hardware (C++ enumerator)
- kataglyphis::webrtc::VideoEncoder::H264_Software (C++ enumerator)
- kataglyphis::webrtc::VideoEncoder::VP8 (C++ enumerator)
- kataglyphis::webrtc::VideoEncoder::VP9 (C++ enumerator)
- kataglyphis::webrtc::VideoSource (C++ enum)
- kataglyphis::webrtc::VideoSource::Libcamera (C++ enumerator)
- kataglyphis::webrtc::VideoSource::TestPattern (C++ enumerator)
- kataglyphis::webrtc::VideoSource::V4L2 (C++ enumerator)
- kataglyphis::webrtc::WebRTCError (C++ enum)
- kataglyphis::webrtc::WebRTCError::EncoderNotAvailable (C++ enumerator)
- kataglyphis::webrtc::WebRTCError::InitializationFailed (C++ enumerator)
- kataglyphis::webrtc::WebRTCError::InvalidConfiguration (C++ enumerator)
- kataglyphis::webrtc::WebRTCError::LibcameraNotAvailable (C++ enumerator)
- kataglyphis::webrtc::WebRTCError::MediaError (C++ enumerator)
- kataglyphis::webrtc::WebRTCError::NegotiationFailed (C++ enumerator)
- kataglyphis::webrtc::WebRTCError::PipelineCreationFailed (C++ enumerator)
- kataglyphis::webrtc::WebRTCError::SignallingConnectionFailed (C++ enumerator)
- kataglyphis::webrtc::WebRTCError::StateChangeFailed (C++ enumerator)
- kataglyphis::webrtc::WebRTCError::Timeout (C++ enumerator)
- kataglyphis::webrtc::WebRTCStreamer (C++ class)
- kataglyphis::webrtc::WebRTCStreamer::configure (C++ function)
- kataglyphis::webrtc::WebRTCStreamer::deinitialize (C++ function)
- kataglyphis::webrtc::WebRTCStreamer::get_producer_id (C++ function)
- kataglyphis::webrtc::WebRTCStreamer::get_state (C++ function)
- kataglyphis::webrtc::WebRTCStreamer::Impl (C++ struct), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::build_pipeline_description (C++ function), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::build_source_element (C++ function), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::callback_mutex (C++ member), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::cleanup (C++ function), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::config (C++ member), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::error_callback (C++ member), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::main_loop (C++ member), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::main_loop_thread (C++ member), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::on_bus_element (C++ function), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::on_bus_eos (C++ function), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::on_bus_error (C++ function), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::on_bus_state_changed (C++ function), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::pipeline (C++ member), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::producer_id (C++ member), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::report_error (C++ function), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::set_state (C++ function), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::state (C++ member), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::state_callback (C++ member), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::webrtcsink (C++ member), [1]
- kataglyphis::webrtc::WebRTCStreamer::Impl::~Impl (C++ function), [1]
- kataglyphis::webrtc::WebRTCStreamer::initialize (C++ function)
- kataglyphis::webrtc::WebRTCStreamer::is_streaming (C++ function)
- kataglyphis::webrtc::WebRTCStreamer::operator= (C++ function), [1]
- kataglyphis::webrtc::WebRTCStreamer::pause (C++ function)
- kataglyphis::webrtc::WebRTCStreamer::resume (C++ function)
- kataglyphis::webrtc::WebRTCStreamer::set_bitrate (C++ function)
- kataglyphis::webrtc::WebRTCStreamer::set_error_callback (C++ function)
- kataglyphis::webrtc::WebRTCStreamer::set_state_callback (C++ function)
- kataglyphis::webrtc::WebRTCStreamer::start (C++ function)
- kataglyphis::webrtc::WebRTCStreamer::stop (C++ function)
- kataglyphis::webrtc::WebRTCStreamer::WebRTCStreamer (C++ function), [1], [2]
- kataglyphis::webrtc::WebRTCStreamer::~WebRTCStreamer (C++ function)
- KATAGLYPHIS_C_API (C macro)
- KATAGLYPHIS_CPP_API (C macro)
|