Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
GoExtParams.h
1 ///@cond private
2 
3 /**
4  * @file GoExtParams.h
5  * @brief Declares the GoExtParams class.
6  *
7  * @internal
8  * Copyright (C) 2017-2022 by LMI Technologies Inc.
9  * Licensed under the MIT License.
10  * Redistributed files must retain the above copyright notice.
11  */
12 #ifndef GO_EXT_PARAMS_H
13 #define GO_EXT_PARAMS_H
14 
15 #include <GoSdk/GoSdkDef.h>
16 #include <GoSdk/Tools/GoExtParam.h>
17 #include <kApi/Data/kXml.h>
18 
19 typedef kObject GoExtParams;
20 
21 GoFx(kSize) GoExtParams_ParameterCount(GoExtParams params);
22 GoFx(GoExtParam) GoExtParams_ParameterAt(GoExtParams params, kSize index);
23 GoFx(GoExtParam) GoExtParams_FindParameterById(GoExtParams params, const kChar* id);
24 
25 #include <GoSdk/Tools/GoExtParams.x.h>
26 
27 #endif
28 ///@endcond
Essential SDK declarations.