MCPcopy Create free account
hub / github.com/apache/trafficserver / Major

Class Major

include/cripts/Lulu.hpp:478–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476
477private:
478 class Major
479 {
480 using self_type = Major;
481
482 public:
483 Major() = default;
484 Major(const self_type &) = delete;
485 void operator=(const self_type &) = delete;
486
487 operator integer() const // This should not be explicit
488 {
489 return TSTrafficServerVersionGetMajor();
490 }
491
492 }; // End class Versions::Major
493
494 class Minor
495 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected