CIM++ Adapted CIM_SINERGIEN Codebase
assignments.hpp
1 #ifndef ASSIGN_HPP
2 #define ASSIGN_HPP
3 
4 #include <string>
5 #include "BaseClass.h"
6 
7 bool assign(BaseClass* CIMObj, const std::string& CIMAttrName, const std::string& Value);
8 
9 #endif // ASSIGN_HPP
Definition: BaseClass.h:6