|
Libcroco
|
: More...
Data Fields | |
| guchar * | in_buf |
| gulong | in_buf_size |
| gulong | nb_bytes |
| gulong | next_byte_index |
| gulong | line |
| gulong | col |
| gboolean | end_of_line |
| gboolean | end_of_input |
| guint | ref_count |
| gboolean | free_in_buf |
:
The definition of the CRInput class. The private attributes of the CRInputPriv class.
Definition at line 43 of file cr-input.c.
| gulong _CRInputPriv::col |
Definition at line 66 of file cr-input.c.
| gboolean _CRInputPriv::end_of_input |
Definition at line 69 of file cr-input.c.
| gboolean _CRInputPriv::end_of_line |
Definition at line 68 of file cr-input.c.
| gboolean _CRInputPriv::free_in_buf |
Definition at line 76 of file cr-input.c.
| guchar* _CRInputPriv::in_buf |
Definition at line 47 of file cr-input.c.
| gulong _CRInputPriv::in_buf_size |
Definition at line 48 of file cr-input.c.
| gulong _CRInputPriv::line |
Definition at line 61 of file cr-input.c.
| gulong _CRInputPriv::nb_bytes |
Definition at line 50 of file cr-input.c.
Definition at line 56 of file cr-input.c.
| guint _CRInputPriv::ref_count |
Definition at line 75 of file cr-input.c.
1.7.6.1