mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
XFA: template tree definition
This commit is contained in:
@ -80,7 +80,10 @@ template<typename Value>
|
||||
using XFA_Attribute = PDFXFAValueHolder<Value, XFA_InplaceTag>;
|
||||
|
||||
template<typename Value>
|
||||
using XFA_Node = PDFXFAValueHolder<Value, typename Value::StorageTag>;
|
||||
using XFA_Node = PDFXFAValueHolder<Value, XFA_SharedMemoryTag>;
|
||||
|
||||
template<typename Value>
|
||||
using XFA_Value = PDFXFAValueHolder<Value, XFA_InplaceTag>;
|
||||
|
||||
class XFA_Measurement
|
||||
{
|
||||
|
Reference in New Issue
Block a user