nx_metadata_sdk
1.0
Metadata SDK
src
nx
sdk
i_string_list.h
1
// Copyright 2018-present Network Optix, Inc. Licensed under MPL 2.0: www.mozilla.org/MPL/2.0/
2
3
#pragma once
4
5
#include <nx/sdk/interface.h>
6
7
namespace
nx
{
8
namespace
sdk {
9
10
class
IStringList
:
public
Interface
<IStringList>
11
{
12
public
:
13
virtual
int
count()
const
= 0;
14
16
virtual
const
char
*
at
(
int
index)
const
= 0;
17
};
18
19
}
// namespace sdk
20
}
// namespace nx
nx::sdk::Interface
Definition:
interface.h:28
nx::sdk::IStringList::at
virtual const char * at(int index) const =0
nx::sdk::IStringList
Definition:
i_string_list.h:10
nx
Definition:
apple_utils.h:6
Generated by
1.8.14