Package SCons :: Package Node :: Class BuildInfoBase
[show private | hide private]
[frames | no frames]

Class BuildInfoBase

Known Subclasses:
AliasBuildInfo, DirBuildInfo, FileBuildInfo, ValueBuildInfo

The generic base class for build information for a Node.

This is what gets stored in a .sconsign file for each target file. It contains a NodeInfo instance for this node (signature information that's specific to the type of Node) and direct attributes for the generic build stuff we have to track: sources, explicit dependencies, implicit dependencies, and action information.


Method Summary
  __init__(self, node)
  merge(self, other)

Class Variable Summary
int current_version_id = 1                                                                     

Class Variable Details

current_version_id

Type:
int
Value:
1                                                                     

Generated by Epydoc 2.1 on Wed Dec 12 09:39:32 2007 http://epydoc.sf.net