Itasca C++ Interface
Loading...
Searching...
No Matches
icontainerallactivecontact.h
1#pragma once
2// iallactivecontactcontainer.h
3
4namespace itasca {
5 class IContainer;
6}
7
8namespace itascaxd {
9 using namespace itasca;
10
11 class IAllContactContainer;
12
14 public:
16 inline static const TType type_ = 0x51779454;
17
18 virtual IContainer * getContainer()=0;
19 virtual const IContainer * getContainer() const=0;
20 virtual uint64 getSize(int index) const=0;
21
22 };
23} // namespace itascaxd
24
25// EOF
Interface for containers of IThings.
Definition icontainer.h:21
Definition icontainerallactivecontact.h:13
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition icontainerallactivecontact.h:16
uint32 TType
class type indicator
Definition basedef.h:46
namespace Itasca
Definition basememory.cpp:10
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:4