IEC61970 17v23
17v23
refactored
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
BaseClass
Definition:
BaseClass.h:6
Generated by
1.8.13