FAUST compiler  0.9.9.6b8
inverterSchema.h
Go to the documentation of this file.
00001 #ifndef INVERTERSCHEMA_H
00002 #define INVERTERSCHEMA_H
00003 
00004 
00005 #include "blockSchema.h"
00006 
00011 class inverterSchema : public blockSchema
00012 {
00013 
00014   public:
00015     friend schema* makeInverterSchema (const string& color);
00016 
00017     virtual void    draw(device& dev);
00018   private:
00019      inverterSchema (const string& color);
00020 
00021 };
00022 
00023 #endif // INVERTERSCHEMA_H