|
Go to the documentation of this file.
44 const std::string& rLabel,
45 const Type* pContext) const
52 FD_DC( "AttributeIosEvent(" << this << ")::DoWrite(tr)");
78 (void) rLabel; (void) pContext;
80 FD_DC( "AttributeIosEvent(" << this << ")::DoXWrite(tw)");
105 const std::string& rLabel,
106 const Type* pContext)
123 if(option.find( 'I', 0) != std::string::npos) SetInput();
124 if(option.find( 'i', 0) != std::string::npos) ClrInput();
125 if(option.find( 'O', 0) != std::string::npos) SetOutput();
126 if(option.find( 'o', 0) != std::string::npos) ClrOutput();
194 const std::string& rLabel,
195 const Type* pContext) const
201 FD_DC( "AttributeIosState(" << this << ")::DoWrite(tr)");
209 if( Input()) option+= "I";
211 if( Error()) option+= "E";
219 (void) rLabel; (void) pContext;
221 FD_DC( "AttributeIosState(" << this << ")::DoXWrite(tw)");
250 const std::string& rLabel,
251 const Type* pContext)
268 if(option.find( 'I', 0) != std::string::npos) SetInput();
269 if(option.find( 'i', 0) != std::string::npos) ClrInput();
270 if(option.find( 'O', 0) != std::string::npos) SetOutput();
271 if(option.find( 'o', 0) != std::string::npos) ClrOutput();
272 if(option.find( 'E', 0) != std::string::npos) SetError();
273 if(option.find( 'e', 0) != std::string::npos) ClrError();
libFAUDES 2.24g
--- 2014.09.15
--- c++ api documentaion by doxygen
|