Show
Ignore:
Timestamp:
12/29/06 10:23:39 (2 years ago)
Author:
cneumann
Message:

- base templates to generate full set of access methods

for non-ptr mfields (including clear())
(full regeneration of base files in follow up commit)

- indented control statements in template files.
- do not screw up preformatted documentation from fcd files

in generated output.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Tools/fcd2code/TemplateFiller.py

    r423 r458  
    247247           next part in the context returned by the first lookup and so forth. 
    248248        """ 
     249        #self.m_log.debug("_lookup: var: %s" % var); 
     250         
    249251        varParts = var.split("."); 
    250252        value    = None;