![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <timing/partitioning/Scheme.hpp>


Public Member Functions | |
| Partition | getPartition (uint32_t frameIndex) const |
| bool | hasPartition (uint32_t frameIndex) const |
| Scheme (const wns::pyconfig::View &config) | |
| virtual | ~Scheme () |
Private Types | |
| typedef std::vector< Partition > | PartList |
Private Member Functions | |
| virtual std::string | doToString () const |
| Overload to customize the representation of your class. | |
Private Attributes | |
| PartList | partList |
Definition at line 43 of file Scheme.hpp.
typedef std::vector<Partition> lte::timing::partitioning::Scheme::PartList [private] |
Definition at line 46 of file Scheme.hpp.
| Scheme::Scheme | ( | const wns::pyconfig::View & | config | ) |
Definition at line 32 of file Scheme.cpp.
| Scheme::~Scheme | ( | ) | [virtual] |
Definition at line 41 of file Scheme.cpp.
| std::string Scheme::doToString | ( | ) | const [private, virtual] |
| Partition Scheme::getPartition | ( | uint32_t | frameIndex | ) | const |
Definition at line 51 of file Scheme.cpp.
| bool Scheme::hasPartition | ( | uint32_t | frameIndex | ) | const |
Definition at line 45 of file Scheme.cpp.
Definition at line 47 of file Scheme.hpp.
1.5.5