Package roslib :: Module stack_manifest :: Class StackManifest
[frames] | no frames]

Class StackManifest

source code

           object --+    
                    |    
manifestlib._Manifest --+
                        |
                       StackManifest

Object representation of a ROS manifest file

Instance Methods
 
__init__(self)
Create an empty stack manifest instance.
source code

Inherited from manifestlib._Manifest: __str__, get_export, xml

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties

Inherited from manifestlib._Manifest: author, brief, depends, description, exports, license, license_url, logo, notes, platforms, rosdeps, status, unknown_tags, url, version, versioncontrol

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

Create an empty stack manifest instance.

Overrides: object.__init__