|
Fileseq C++ API
A library for parsing file sequence strings commonly used in VFX and animation applications.
|

Public Member Functions | |
| std::string | getAllChars () const |
| size_t | getPaddingCharsSize (const std::string &chars) const |
| virtual std::string | getPaddingChars (long width) const =0 |
Protected Types | |
| typedef std::map< char, size_t > | CharSizeMap |
Protected Attributes | |
| CharSizeMap | m_charToSize |
| char | m_defaultChar |