Package wafadmin :: Package Tools :: Module ccroot :: Class ccroot_abstract
[hide private]
[frames] | no frames]

Class ccroot_abstract

source code

      object --+    
               |    
TaskGen.task_gen --+
                   |
                  ccroot_abstract

Parent class for programs and libraries in languages c, c++ and moc (Qt)

Nested Classes [hide private]

Inherited from TaskGen.task_gen: __metaclass__

Instance Methods [hide private]
 
__init__(self, *k, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
clone(self, env) source code

Inherited from TaskGen.task_gen: __setattr__, __str__, apply, apply_core, create_task, find_sources_in_dirs, get_hook, get_inst_path, post, set_inst_path, to_list

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__

Class Variables [hide private]

Inherited from TaskGen.task_gen: classes, idx, install_path, mapped, mappings, traits

Instance Variables [hide private]

Inherited from TaskGen.task_gen: prec

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *k, **kw)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

clone(self, env)

source code 
Overrides: TaskGen.task_gen.clone
(inherited documentation)