コード例 #1
0
ファイル: Loci.hpp プロジェクト: Mike-Now/faif-MLR
        /** \brief accessor */
        inline bool isSilent(const Allele& a) {
            return a.get().second;
		}
コード例 #2
0
ファイル: Loci.hpp プロジェクト: Mike-Now/faif-MLR
        /** \brief accessor */
        inline std::string getName(const Allele& a) {
            return a.get().first;
		}