You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by "Marvin Humphrey (JIRA)" <ji...@apache.org> on 2009/08/16 06:15:14 UTC

[jira] Updated: (LUCY-11) Boilerplater::Type::Integer

     [ https://issues.apache.org/jira/browse/LUCY-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey updated LUCY-11:
--------------------------------

    Attachment: 102-integer_type.t
                parser_add_integer_support.diff
                Integer.pm

Boilerplater::Type::Integer supports integer types of various widths and various
styles.  A few standard C integer types are supported:

    * char
    * short
    * int
    * long
    * size_t

Many others are not: the types from "inttypes.h", "signed" or "unsigned"
anything, "long long", "ptrdiff_t", "off_t", etc.  

Instead, the following Charmonizer typedefs are supported:

    * bool_t
    * i8_t
    * i16_t
    * i32_t
    * i64_t
    * u8_t
    * u16_t
    * u32_t
    * u64_t



> Boilerplater::Type::Integer
> ---------------------------
>
>                 Key: LUCY-11
>                 URL: https://issues.apache.org/jira/browse/LUCY-11
>             Project: Lucy
>          Issue Type: Sub-task
>          Components: Boilerplater
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: 102-integer_type.t, Integer.pm, parser_add_integer_support.diff
>
>
> Boilerplater support for various integer types.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.