yast2-core
|
Public Member Functions | |
Component () | |
Component (string s) | |
Component (bytecodeistream &str) | |
int | compare (const Component &to) const |
string | toString () const |
std::ostream & | toStream (std::ostream &str) const |
std::ostream & | toXml (std::ostream &str, int indent) const |
Public Attributes | |
Ustring | component |
bool | complex |
|
inline |
References str.
YCPPathRep::Component::Component | ( | string | s | ) |
References SymbolEntry::_nameHash, complex, component, and ycp2error.
YCPPathRep::Component::Component | ( | bytecodeistream & | str | ) |
Input value as bytecode from stream
References complex, component, and Bytecode::readUstring().
|
inline |
References Ustring::asString(), component, toStream(), toString(), and toXml().
std::ostream & YCPPathRep::Component::toStream | ( | std::ostream & | str | ) | const |
Output value as bytecode to stream
References complex, component, and Bytecode::writeUstring().
Referenced by compare(), YCPPathRep::toStream(), and YCPPathRep::toXml().
string YCPPathRep::Component::toString | ( | void | ) | const |
References Ustring::asString(), complex, and component.
Referenced by compare(), YCPPathRep::toStream(), and YCPPathRep::toXml().
std::ostream & YCPPathRep::Component::toXml | ( | std::ostream & | str, |
int | indent | ||
) | const |
References Ustring::asString(), complex, and component.
Referenced by compare().
bool YCPPathRep::Component::complex |
Referenced by YCPPathRep::append(), Component(), toStream(), toString(), and toXml().
Ustring YCPPathRep::Component::component |
Referenced by YCPPathRep::append(), compare(), Component(), toStream(), toString(), and toXml().