Generated from class MR.Pdf.Cell. This is the const half of the class.
More...
Inheritance diagram for MR.Const_Pdf.Const_Cell:Classes | |
| class | _InOptConst_Empty |
This is used for optional parameters of class Empty with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Empty. Usage: More... | |
| class | _InOptMut_Empty |
This is used for optional parameters of class Empty with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Empty. Usage: More... | |
| struct | _Underlying |
| class | Const_Empty |
Generated from class MR.Pdf.Cell.Empty. This is the const half of the class. More... | |
| class | Empty |
Generated from class MR.Pdf.Cell.Empty. This is the non-const half of the class. More... | |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_Cell () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Cell (MR.Pdf._ByValue_Cell _other) |
Generated from constructor MR.Pdf.Cell.Cell. | |
| unsafe MR.Std.String | toString (string? fmtStr=null) |
Generated from method MR.Pdf.Cell.toString. Parameter fmtStr defaults to "{}". | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Variant_Int_Float_Bool_StdString_MRPdfCellEmpty | data [get] |
Properties inherited from MR.Misc.Object< Const_Cell > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_Cell > | |
| bool | _IsOwningVal |
Generated from class MR.Pdf.Cell. This is the const half of the class.