#include <EdlParser.h>
|
| std::string | source |
| | File path for file-based parsers, or identifier (e.g., "PVR", "plugin://")
|
| |
| std::optional< int > | index |
| | Optional index (line number, region index, property number, etc.)
|
| |
◆ EdlSourceLocation()
| EDL::EdlSourceLocation::EdlSourceLocation |
( |
std::string | src, |
|
|
std::optional< int > | idx = std::nullopt ) |
|
inlineexplicit |
◆ index
| std::optional<int> EDL::EdlSourceLocation::index |
Optional index (line number, region index, property number, etc.)
◆ source
| std::string EDL::EdlSourceLocation::source |
File path for file-based parsers, or identifier (e.g., "PVR", "plugin://")
The documentation for this struct was generated from the following file: