friend class YCP##base##
Rep; \
public: \
protected: \
YCP##
name (
const YCP##
name##
Rep *x) : YCP##base(x) {} \
public: \
YCPOrder compare(
const YCP##
name x)
const { \
return (static_cast<const YCP##name##Rep*>(element))->compare(x); \
} \
string
toString ()
const {
return element->toString (); } \
std::ostream & toStream (std::ostream &
str )
const { \
return element->toStream (str); \
} \
std::ostream & toXml (std::ostream & str, int indent ) const { \
return element->toXml( str, indent ); \
} \
YCPValueType valuetype () const { return (static_cast<const YCP##name##Rep*>(element))->valuetype (); }
#define str
Definition: scanner.cc:1003
enters the component to the broker s list in the given order Y2Component int int current_level same as but for external components which may reside in different directories The level identifies the directory prefix from the list defined in pathsearch cc bool false for clients bool true for clients Catalog of component take it if we can stat it and it is not take it if we can t stat it and its line matches in current level only name
Definition: componentcreator.txt:34
string toString(int d)
Definition: toString.h:38
Base class for reference counted objects.
Definition: Rep.h:46
Definition: YCPElement.h:125