Lines Matching refs:LDSection
31 class LDSection {
33 friend class Chunk<LDSection, MCLD_SECTIONS_PER_INPUT>;
35 LDSection();
37 LDSection(const std::string& pName,
45 ~LDSection();
47 static LDSection* Create(const std::string& pName,
54 static void Destroy(LDSection*& pSection);
112 LDSection* getLink() { return m_pLink; } in getLink()
114 const LDSection* getLink() const { return m_pLink; } in getLink()
167 void setLink(LDSection* pLink) { m_pLink = pLink; } in setLink()
194 LDSection* m_pLink;