asset::Proc Class Reference

#include <proc.hpp>

Inheritance diagram for asset::Proc:

Inheritance graph
[legend]
Collaboration diagram for asset::Proc:

Collaboration graph
[legend]

List of all members.


Detailed Description

key abstraction: data processing asset

Todo:
just a stub, have to figure out what a asset::Proc is

Definition at line 69 of file proc.hpp.


Public Member Functions

virtual const ID< Proc > & getID () const
 <

Static Public Attributes

static ProcFactory create
 storage for the static ProcFactory instance

Protected Member Functions

 Proc (const Asset::Ident &idi)

Friends

class ProcFactory

Member Function Documentation

virtual const ID<Proc>& asset::Proc::getID (  )  const [inline, virtual]

<

Returns:
ID of kind Proc

Reimplemented from asset::Asset.

Definition at line 74 of file proc.hpp.

00075         { 
00076           return static_cast<const ID<Proc>& > (Asset::getID()); 
00077         }


Member Data Documentation

storage for the static ProcFactory instance

Definition at line 72 of file proc.hpp.


The documentation for this class was generated from the following files:

Generated on Fri Nov 7 22:15:26 2008 for Lumiera by  doxygen 1.5.6