MOSES::MOBY::Generators::GenTypes - generator of Moby data types


MOSES-MOBY documentation  | view source Contained in the MOSES-MOBY distribution.

Index


NAME

Top

MOSES::MOBY::Generators::GenTypes - generator of Moby data types

SYNOPSIS

Top

 use MOSES::MOBY::Generators::GenTypes;

DESCRIPTION

Top

AUTHORS, COPYRIGHT, DISCLAIMER

Top

ACCESSIBLE ATTRIBUTES

Top

Details are in MOSES::MOBY::Base. Here just a list of them:

outdir

A directory where to create generated code.

cachedir
registry

SUBROUTINES

Top

#----------------------------------------------------------------- # generate # # with_docs: # A boolean property. If set to true the generated code includes also # Perl documentation. If set to false then the documentation is # generated only when output is directed to a file (it would be # dangerous to have it inside code that is evaluated when more data # types are generated in the same time). #-----------------------------------------------------------------

#----------------------------------------------------------------- # load # load (datatype-name) # load ([@datatype_names]) # load (cachedir => dir, datatype_names => [..], ... ) #-----------------------------------------------------------------


MOSES-MOBY documentation  | view source Contained in the MOSES-MOBY distribution.