Lines Matching refs:LDSection
29 class LDSection
32 friend class Chunk<LDSection, MCLD_SECTIONS_PER_INPUT>;
34 LDSection();
36 LDSection(const std::string& pName,
44 ~LDSection();
46 static LDSection* Create(const std::string& pName,
53 static void Destroy(LDSection*& pSection);
120 LDSection* getLink() in getLink()
123 const LDSection* getLink() const in getLink()
176 void setLink(LDSection* pLink) in setLink()
206 LDSection* m_pLink;