Free Electron
AssignI.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2021 Free Electron Organization
2  Any use of this software requires a license. If a valid license
3  was not distributed with this file, visit freeelectron.org. */
4 
5 /** @file */
6 
7 #ifndef __architecture_AssignI_h__
8 #define __architecture_AssignI_h__
9 namespace fe
10 {
11 namespace ext
12 {
13 
14 class AssignI : virtual public HandlerI
15 {
16  public:
17 virtual void set(const String &a_lhs, const String &a_rhs) = 0;
18 };
19 
20 } /* namespace ext */
21 } /* namespace fe */
22 
23 #endif /* __architecture_AssignI_h__ */
24 
kernel
Definition: namespace.dox:3