示例#1
0
 bool IsDisabled() const {
   return !buffer.defined();
 }
示例#2
0
 bool IsEnabled() const {
   return buffer.defined();
 }