Libcroco
|
@CRInput: 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 |
@CRInput:
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 68 of file cr-input.c.
gboolean _CRInputPriv::end_of_input |
Definition at line 71 of file cr-input.c.
gboolean _CRInputPriv::end_of_line |
Definition at line 70 of file cr-input.c.
gboolean _CRInputPriv::free_in_buf |
Definition at line 78 of file cr-input.c.
guchar* _CRInputPriv::in_buf |
Definition at line 49 of file cr-input.c.
gulong _CRInputPriv::in_buf_size |
Definition at line 50 of file cr-input.c.
gulong _CRInputPriv::line |
Definition at line 63 of file cr-input.c.
gulong _CRInputPriv::nb_bytes |
Definition at line 52 of file cr-input.c.
gulong _CRInputPriv::next_byte_index |
Definition at line 58 of file cr-input.c.
guint _CRInputPriv::ref_count |
Definition at line 77 of file cr-input.c.