|
libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
|
COS file format implementation namespace. More...
Namespaces | |
| namespace | Object_model |
| COS object model namespace. | |
Classes | |
| class | Array |
| class | Boolean |
| Represents a COS boolean. More... | |
| class | cross_Reference |
| Implements the COS cross-reference table. More... | |
| class | Dictionary |
| Represents a COS dictionary. More... | |
| class | File |
| Represents a COS-format file. More... | |
| class | Integer |
| Represents a COS integer. More... | |
| class | Name |
| Represents a COS name. More... | |
| class | Object |
| Represents a COS-file object. More... | |
| class | Real |
| Represents a COS real. More... | |
| class | Stream |
| Represents a COS stream. More... | |
| class | Text |
| Represents COS text. More... | |
| class | Undefined |
| class | Writer |
Functions | |
| Object | clone (Object &object) |
| Clone an object. | |
| void | accept (Object &visitee, Visitor &v) |
| Accept visitor on object. | |
| void | accept (Object const &visitee, Visitor &v) |
| Accept visitor on object. | |
| template<typename T> | |
| bool | is_of_type (Object const &object) |
| Check object type. | |
| template<typename T> | |
| T & | object_cast (Object &object) |
| This function provides access to the value of an object. | |
| template<typename T> | |
| T const & | object_cast (Object const &object) |
| This function provides access to the value of an object. | |
| iostream & | stream_cast (Object &) |
| Access stream object. | |
COS file format implementation namespace.
Clone an object.
| object | The object to clone. |
Accept visitor on object.
| visitee | The visitee. |
| v | The visitor. |
Accept visitor on object.
| visitee | The visitee. |
| v | The visitor. |
| bool Art::Paperback::Carousel::is_of_type | ( | Object const & | object | ) |
Check object type.
| T & Art::Paperback::Carousel::object_cast | ( | Object & | object | ) |
This function provides access to the value of an object.
| T const & Art::Paperback::Carousel::object_cast | ( | Object const & | object | ) |
This function provides access to the value of an object.
| iostream & Art::Paperback::Carousel::stream_cast | ( | Object & | object | ) |
Access stream object.
| object | The object containing a stream. |