Python: CTFWriter: add FloatingPointFieldDeclaration
[babeltrace.git] / bindings / python / bt.py
index 332fb7d8f6c9238655e44eaed41860bec2a6c1ee..8105056a8fab0d5299242f2ca4f6027e8f5ab23b 100644 (file)
@@ -1709,6 +1709,9 @@ class CTFWriter:
             if ret < 0:
                 raise ValueError("Could not set mantissa digit count.")
 
+    class FloatingPointFieldDeclaration(FloatFieldDeclaration):
+        pass
+
     class StructureFieldDeclaration(FieldDeclaration):
         def __init__(self):
             """
This page took 0.02598 seconds and 4 git commands to generate.