/[svn]/linuxsampler/trunk/src/common/optional.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/optional.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 123 by schoenebeck, Mon Jun 14 19:33:16 2004 UTC revision 134 by senkov, Sun Jun 20 15:12:05 2004 UTC
# Line 91  namespace LinuxSampler { Line 91  namespace LinuxSampler {
91              }              }
92    
93              operator bool()   const { return initialized; }              operator bool()   const { return initialized; }
94              bool operator !() const { return initialized; }              bool operator !() const { return !initialized; }
95    
96          protected:          protected:
97              T    data;              T    data;

Legend:
Removed from v.123  
changed lines
  Added in v.134

  ViewVC Help
Powered by ViewVC