{
    "content": [
        {
            "type": "text",
            "text": "# ExtUtils::Typemaps::Type (perldoc)\n\n**Summary:** ExtUtils::Typemaps::Type - Entry in the TYPEMAP section of a typemap\n\n**Synopsis:** use ExtUtils::Typemaps;\n...\nmy $type = $typemap->gettypemap('char*');\nmy $input = $typemap->getinputmap($type->xstype);\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (5 lines)\n- **DESCRIPTION** (3 lines)\n- **METHODS** (17 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (8 lines)\n\n## Full Content\n\n### NAME\n\nExtUtils::Typemaps::Type - Entry in the TYPEMAP section of a typemap\n\n### SYNOPSIS\n\nuse ExtUtils::Typemaps;\n...\nmy $type = $typemap->gettypemap('char*');\nmy $input = $typemap->getinputmap($type->xstype);\n\n### DESCRIPTION\n\nRefer to ExtUtils::Typemaps for details. Object associates \"ctype\" with \"xstype\", which is the\nindex into the in- and output mapping tables.\n\n### METHODS\n\nnew\nRequires \"xstype\" and \"ctype\" parameters.\n\nOptionally takes \"prototype\" parameter.\n\nproto\nReturns or sets the prototype.\n\nxstype\nReturns the name of the XS type that this C type is associated to.\n\nctype\nReturns the name of the C type as it was set on construction.\n\ntidyctype\nReturns the canonicalized name of the C type.\n\n### SEE ALSO\n\nExtUtils::Typemaps\n\n### AUTHOR\n\nSteffen Mueller \"<smueller@cpan.org\">\n\nCOPYRIGHT & LICENSE\nCopyright 2009, 2010, 2011, 2012 Steffen Mueller\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\n"
        }
    ],
    "structuredContent": {
        "command": "ExtUtils::Typemaps::Type",
        "section": "",
        "mode": "perldoc",
        "summary": "ExtUtils::Typemaps::Type - Entry in the TYPEMAP section of a typemap",
        "synopsis": "use ExtUtils::Typemaps;\n...\nmy $type = $typemap->gettypemap('char*');\nmy $input = $typemap->getinputmap($type->xstype);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 17,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 8,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ExtUtils::Typemaps::Type - Entry in the TYPEMAP section of a typemap\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use ExtUtils::Typemaps;\n...\nmy $type = $typemap->gettypemap('char*');\nmy $input = $typemap->getinputmap($type->xstype);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Refer to ExtUtils::Typemaps for details. Object associates \"ctype\" with \"xstype\", which is the\nindex into the in- and output mapping tables.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "new\nRequires \"xstype\" and \"ctype\" parameters.\n\nOptionally takes \"prototype\" parameter.\n\nproto\nReturns or sets the prototype.\n\nxstype\nReturns the name of the XS type that this C type is associated to.\n\nctype\nReturns the name of the C type as it was set on construction.\n\ntidyctype\nReturns the canonicalized name of the C type.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "ExtUtils::Typemaps\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Steffen Mueller \"<smueller@cpan.org\">\n\nCOPYRIGHT & LICENSE\nCopyright 2009, 2010, 2011, 2012 Steffen Mueller\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
                "subsections": []
            }
        }
    }
}