Skip to content

Commit 7f3ebb7

Browse files
committed
cmon man
1 parent 62563cd commit 7f3ebb7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Framework/Nexus/src/NeXusFile.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,18 @@ template MANTID_NEXUS_DLL void File::putAttr(std::string const &name, int64_t co
926926
template MANTID_NEXUS_DLL void File::putAttr(std::string const &name, uint64_t const &value);
927927
template MANTID_NEXUS_DLL void File::putAttr(std::string const &name, char const &value);
928928

929+
template MANTID_NEXUS_DLL float File::getAttr(const AttrInfo &info);
930+
template MANTID_NEXUS_DLL double File::getAttr(const AttrInfo &info);
931+
template MANTID_NEXUS_DLL int8_t File::getAttr(const AttrInfo &info);
932+
template MANTID_NEXUS_DLL uint8_t File::getAttr(const AttrInfo &info);
933+
template MANTID_NEXUS_DLL int16_t File::getAttr(const AttrInfo &info);
934+
template MANTID_NEXUS_DLL uint16_t File::getAttr(const AttrInfo &info);
935+
template MANTID_NEXUS_DLL int32_t File::getAttr(const AttrInfo &info);
936+
template MANTID_NEXUS_DLL uint32_t File::getAttr(const AttrInfo &info);
937+
template MANTID_NEXUS_DLL int64_t File::getAttr(const AttrInfo &info);
938+
template MANTID_NEXUS_DLL uint64_t File::getAttr(const AttrInfo &info);
939+
template MANTID_NEXUS_DLL char File::getAttr(const AttrInfo &info);
940+
929941
template MANTID_NEXUS_DLL int16_t File::getAttr(std::string const &name);
930942
template MANTID_NEXUS_DLL uint16_t File::getAttr(std::string const &name);
931943
template MANTID_NEXUS_DLL int32_t File::getAttr(std::string const &name);

0 commit comments

Comments
 (0)