43      link& operator=(
const link&) = 
default;
 
   44      bool operator==(
const link& other)
 const {
return enabled_ == other.enabled_ && length_ == other.length_ && name_ == other.name_ && start_ == other.start_;}
 
   45      bool operator!=(
const link& other)
 const {
return !operator==(other);}
 
  127      bool enabled_ = 
true;
 
  133      bool visited_ = 
false;
 
  134      bool active_ = 
false;
 
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition: object.h:26
 
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:48
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
 
Contains xtd::object class.
 
Contains xtd::ustring class.